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 ];
|
buildInputs = [ xproto libXau libXt libXext libXaw libXpm ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildFlags = [ "WORLDOPTS=" "World" ];
|
||||||
xmkmf
|
|
||||||
make WORLDOPTS="" World
|
|
||||||
'';
|
|
||||||
|
|
||||||
installFlags = "LDLIBS=-lfl DESTDIR=\${out}";
|
installFlags = [ "LDLIBS=-lfl" "DESTDIR=${placeholder "out"}" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/${xorgcffiles}/* $out
|
mv $out/${xorgcffiles}/* $out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user