bdf2psf: fix /usr/share -> /share, and don't install env-vars

(instead install what we want directly)
This commit is contained in:
Will Dietz 2019-09-10 17:44:57 -05:00
parent a412701c8d
commit c99f686a93
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -17,8 +17,7 @@ stdenv.mkDerivation rec {
unpackPhase = "dpkg-deb -x $src .";
installPhase = "
substituteInPlace usr/bin/bdf2psf --replace /usr/bin/perl ${perl}/bin/perl
mv usr/bin .
cp -r . $out
mv usr $out
";
meta = with stdenv.lib; {