Update lumen package recipe
1 file changed, 1 insertion(+), 1 deletion(-)
M user/packages/lumen/default.nix → user/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;