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:
parent
91c8df91bf
commit
8120292b21
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue