xbomb: clean up
Use makeFlags instead of patching Makefile
This commit is contained in:
parent
86d3c33475
commit
814dcd907f
@ -9,10 +9,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ libX11 libXaw ];
|
buildInputs = [ libX11 libXaw ];
|
||||||
|
|
||||||
preBuild = ''
|
makeFlags = [
|
||||||
substituteInPlace Makefile \
|
"INSTDIR=${placeholder ''out''}"
|
||||||
--replace /usr/local $out
|
];
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.gedanken.org.uk/software/xbomb/;
|
homepage = http://www.gedanken.org.uk/software/xbomb/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user