forked from mirrors/nixpkgs
bdf2psf: fix /usr/share -> /share, and don't install env-vars
(instead install what we want directly)
This commit is contained in:
parent
a412701c8d
commit
c99f686a93
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue