mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
* Removed an outdated comment.
svn path=/nixpkgs/trunk/; revision=12795
This commit is contained in:
parent
549a4405e3
commit
313515452c
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
|||||||
"--with-system-zlib"
|
"--with-system-zlib"
|
||||||
"--with-system-bz2"
|
"--with-system-bz2"
|
||||||
# "--with-system-png" # <-- "--with-system-png won't work because the system's libpng doesn't have APNG support"
|
# "--with-system-png" # <-- "--with-system-png won't work because the system's libpng doesn't have APNG support"
|
||||||
"--enable-system-cairo" # <-- disabled for now because Firefox needs a alpha version of Cairo
|
"--enable-system-cairo"
|
||||||
#"--enable-system-sqlite" # <-- this seems to be discouraged
|
#"--enable-system-sqlite" # <-- this seems to be discouraged
|
||||||
"--disable-crashreporter"
|
"--disable-crashreporter"
|
||||||
];
|
];
|
||||||
|
@ -34,7 +34,7 @@ stdenv.mkDerivation {
|
|||||||
"--with-system-zlib"
|
"--with-system-zlib"
|
||||||
"--with-system-bz2"
|
"--with-system-bz2"
|
||||||
# "--with-system-png" # <-- "--with-system-png won't work because the system's libpng doesn't have APNG support"
|
# "--with-system-png" # <-- "--with-system-png won't work because the system's libpng doesn't have APNG support"
|
||||||
"--enable-system-cairo" # <-- disabled for now because Firefox needs a alpha version of Cairo
|
"--enable-system-cairo"
|
||||||
#"--enable-system-sqlite" # <-- this seems to be discouraged
|
#"--enable-system-sqlite" # <-- this seems to be discouraged
|
||||||
"--disable-crashreporter"
|
"--disable-crashreporter"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user