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
|
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}";
|
||||||
|
|
|
@ -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}";
|
||||||
|
|
Loading…
Reference in New Issue