mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
nas: use imake setup hook
This commit is contained in:
parent
8e4b0ceeb2
commit
5d9b3a8e8b
|
@ -16,12 +16,9 @@ in stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ xproto libXau libXt libXext libXaw libXpm ];
|
||||
|
||||
buildPhase = ''
|
||||
xmkmf
|
||||
make WORLDOPTS="" World
|
||||
'';
|
||||
buildFlags = [ "WORLDOPTS=" "World" ];
|
||||
|
||||
installFlags = "LDLIBS=-lfl DESTDIR=\${out}";
|
||||
installFlags = [ "LDLIBS=-lfl" "DESTDIR=${placeholder "out"}" ];
|
||||
|
||||
postInstall = ''
|
||||
mv $out/${xorgcffiles}/* $out
|
||||
|
|
Loading…
Reference in a new issue