Loading pkgs/by-name/ma/mapscii/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ buildNpmPackage rec { dontNpmBuild = true; # remove broken links to build tools postInstall = '' rm -r $out/lib/node_modules/mapscii/node_modules/.bin ''; meta = with lib; { description = "MapSCII is a Braille & ASCII world map renderer for your console"; homepage = "https://github.com/rastapasta/mapscii"; Loading Loading
pkgs/by-name/ma/mapscii/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ buildNpmPackage rec { dontNpmBuild = true; # remove broken links to build tools postInstall = '' rm -r $out/lib/node_modules/mapscii/node_modules/.bin ''; meta = with lib; { description = "MapSCII is a Braille & ASCII world map renderer for your console"; homepage = "https://github.com/rastapasta/mapscii"; Loading