mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
bsdiff: fix 'cc' usage
This commit is contained in:
parent
a23be78ef2
commit
7c992cb7af
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
||||
patches = [ ./include-systypes.patch ];
|
||||
|
||||
buildPhase = ''
|
||||
cc -O3 -lbz2 bspatch.c -o bspatch
|
||||
cc -O3 -lbz2 bsdiff.c -o bsdiff
|
||||
$CC -O3 -lbz2 bspatch.c -o bspatch
|
||||
$CC -O3 -lbz2 bsdiff.c -o bsdiff
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user