nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

pbzip2: fix a problem due to my bad refactoring

+1 -1
+1 -1
pkgs/tools/compression/pbzip2/default.nix
··· 15 15 16 16 preBuild = "substituteInPlace Makefile --replace g++ c++"; 17 17 18 - installFlags = "PREFIX=$out"; 18 + installFlags = "PREFIX=$(out)"; 19 19 20 20 meta = with stdenv.lib; { 21 21 homepage = http://compression.ca/pbzip2/;