atanks: remove unnecessary patch phase

This commit is contained in:
Robert Helgesson 2017-03-23 21:52:09 +01:00
parent a4d285616d
commit f92d08020d
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -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; {