mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
Whoops, edited the wrong expression
svn path=/nixpkgs/trunk/; revision=26701
This commit is contained in:
parent
dc1af596fd
commit
566a2eba74
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
version = "0.11";
|
||||
staticFlags = if static then " --enable-static --disable-shared" else "";
|
||||
staticFlags = if static then " --enable-static --disable-shared --disable-watchdog" else "";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ppl-${version}";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
version = "0.10.2";
|
||||
staticFlags = if static then " --enable-static --disable-shared --disable-watchdog" else "";
|
||||
staticFlags = if static then " --enable-static --disable-shared" else "";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ppl-${version}";
|
||||
|
|
Loading…
Reference in a new issue