mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 New Issue
Block a user