summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/packages/lumen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/packages/lumen/default.nix b/user/packages/lumen/default.nix
index a0da250a..b4406855 100644
--- a/user/packages/lumen/default.nix
+++ b/user/packages/lumen/default.nix
@@ -17,7 +17,7 @@ buildGoPackage rec {
     mv go/bin/main go/bin/lumen
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     homepage = https://github.com/0xfe/lumen;
     description = "A commandline client for the Stellar blockchain";
     platforms = with platforms; linux ++ darwin;