tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
pbzip2: fix a problem due to my bad refactoring
Vladimír Čunát
10 years ago
60e5e837
bf58d24f
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
compression
pbzip2
default.nix
+1
-1
pkgs/tools/compression/pbzip2/default.nix
reviewed
···
15
15
16
16
preBuild = "substituteInPlace Makefile --replace g++ c++";
17
17
18
18
-
installFlags = "PREFIX=$out";
18
18
+
installFlags = "PREFIX=$(out)";
19
19
20
20
meta = with stdenv.lib; {
21
21
homepage = http://compression.ca/pbzip2/;