all repos — nixfiles @ fcd69eee1bcdea23b8a7d07ad675b91c5176d054

System and user configuration, managed by nix and home-manager

Update lumen package recipe
Alan Pearce alan@alanpearce.eu
Mon, 13 Jun 2022 15:27:12 +0200
commit

fcd69eee1bcdea23b8a7d07ad675b91c5176d054

parent

779b6ae1b89152950060cf8336d226adbdea77f9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/packages/lumen/default.nixuser/packages/lumen/default.nix
@@ -17,7 +17,7 @@ postBuild = ''     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;