mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* Typo: "--enable-swg" -> "--enable-svg".
svn path=/nixpkgs/trunk/; revision=4928
This commit is contained in:
parent
af47bb13a5
commit
dff1c50b1b
3 changed files with 4 additions and 2 deletions
|
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||
"--disable-debug"
|
||||
"--enable-xft"
|
||||
"--disable-freetype2"
|
||||
"--enable-swg"
|
||||
"--enable-svg"
|
||||
"--enable-strip"
|
||||
"--enable-default-toolkit=gtk2"
|
||||
"--with-system-jpeg"
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
assert stdenv.system == "i686-linux";
|
||||
assert motif != null -> libXt != null && libXext != null;
|
||||
|
||||
# !!! Add Xinerama and Xrandr dependencies? Or should those be in Qt?
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "opera-8.51-20051114.6";
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||
"--disable-debug"
|
||||
"--enable-xft"
|
||||
"--disable-freetype2"
|
||||
"--enable-swg"
|
||||
"--enable-svg"
|
||||
"--enable-strip"
|
||||
"--enable-default-toolkit=gtk2"
|
||||
"--with-system-jpeg"
|
||||
|
|
Loading…
Reference in a new issue