Whoops, edited the wrong expression

svn path=/nixpkgs/trunk/; revision=26701
This commit is contained in:
Shea Levy 2011-04-05 16:14:23 +00:00
parent dc1af596fd
commit 566a2eba74
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
let let
version = "0.11"; version = "0.11";
staticFlags = if static then " --enable-static --disable-shared" else ""; staticFlags = if static then " --enable-static --disable-shared --disable-watchdog" else "";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ppl-${version}"; name = "ppl-${version}";

View File

@ -2,7 +2,7 @@
let let
version = "0.10.2"; 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 in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ppl-${version}"; name = "ppl-${version}";