mapscii: unbreak

noBrokenSymlinks failed during the fixupPhase.

Co-authored-by: Arne Keller <arne.keller@posteo.de>
This commit is contained in:
Michael Daniels 2025-07-06 15:25:34 -04:00
parent e1e1c7d3f9
commit 3d1f64acc6
No known key found for this signature in database

View File

@ -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";