1
0
Fork 1
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:
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
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}";

View file

@ -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}";