forked from mirrors/nixpkgs
pbzip2: fix a problem due to my bad refactoring
This commit is contained in:
parent
bf58d24fe6
commit
60e5e837bb
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preBuild = "substituteInPlace Makefile --replace g++ c++";
|
||||
|
||||
installFlags = "PREFIX=$out";
|
||||
installFlags = "PREFIX=$(out)";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://compression.ca/pbzip2/;
|
||||
|
|
Loading…
Reference in a new issue