Fixing some wxGTK dangling attributes I forgot in a recent commit.
svn path=/nixpkgs/trunk/; revision=18162
This commit is contained in:
parent
91c8df91bf
commit
8120292b21
@ -7816,9 +7816,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
xara = import ../applications/graphics/xara {
|
xara = import ../applications/graphics/xara {
|
||||||
inherit fetchurl stdenv autoconf automake libtool gettext cvs wxGTK26
|
inherit fetchurl stdenv autoconf automake libtool gettext cvs
|
||||||
pkgconfig libxml2 zip libpng libjpeg shebangfix perl freetype;
|
pkgconfig libxml2 zip libpng libjpeg shebangfix perl freetype;
|
||||||
inherit (gtkLibs) gtk;
|
inherit (gtkLibs) gtk;
|
||||||
|
wxGTK = wxGTK26;
|
||||||
};
|
};
|
||||||
|
|
||||||
xawtv = import ../applications/video/xawtv {
|
xawtv = import ../applications/video/xawtv {
|
||||||
@ -8099,7 +8100,7 @@ let
|
|||||||
|
|
||||||
scorched3d = import ../games/scorched3d {
|
scorched3d = import ../games/scorched3d {
|
||||||
inherit stdenv fetchurl mesa openal autoconf automake libtool freealut freetype fftw SDL SDL_net zlib libpng libjpeg;
|
inherit stdenv fetchurl mesa openal autoconf automake libtool freealut freetype fftw SDL SDL_net zlib libpng libjpeg;
|
||||||
inherit wxGTK26;
|
wxGTK = wxGTK26;
|
||||||
};
|
};
|
||||||
|
|
||||||
sgtpuzzles = builderDefsPackage (import ../games/sgt-puzzles) {
|
sgtpuzzles = builderDefsPackage (import ../games/sgt-puzzles) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user