forked from mirrors/nixpkgs
atanks: remove unnecessary patch phase
This commit is contained in:
parent
a4d285616d
commit
f92d08020d
|
@ -11,10 +11,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ allegro ];
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace Makefile --replace /usr $out
|
||||
'';
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)/" "INSTALL=install" "CXX=g++" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue