1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

Fixing some wxGTK dangling attributes I forgot in a recent commit.

svn path=/nixpkgs/trunk/; revision=18162
This commit is contained in:
Lluís Batlle i Rossell 2009-11-05 21:34:44 +00:00
parent 91c8df91bf
commit 8120292b21

View file

@ -7816,9 +7816,10 @@ let
};
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;
inherit (gtkLibs) gtk;
wxGTK = wxGTK26;
};
xawtv = import ../applications/video/xawtv {
@ -8099,7 +8100,7 @@ let
scorched3d = import ../games/scorched3d {
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) {