Using the current gcc inkscape still builds and runs on i686 but also builds on my x86_64

svn path=/nixpkgs/branches/stdenv-updates/; revision=9891
This commit is contained in:
Yury G. Kudryashov 2007-12-08 01:10:05 +00:00
parent 6281ec3eb8
commit 23477c16e7

View File

@ -3700,12 +3700,11 @@ rec {
} null; } null;
inkscape = import ../applications/graphics/inkscape { inkscape = import ../applications/graphics/inkscape {
inherit fetchurl perl perlXMLParser pkgconfig zlib inherit fetchurl stdenv perl perlXMLParser pkgconfig zlib
popt libxml2 libxslt libpng boehmgc fontconfig gtkmm popt libxml2 libxslt libpng boehmgc fontconfig gtkmm
glibmm libsigcxx lcms boost gettext; glibmm libsigcxx lcms boost gettext;
inherit (gtkLibs) gtk glib; inherit (gtkLibs) gtk glib;
inherit (xlibs) libXft; inherit (xlibs) libXft;
stdenv = overrideGCC stdenv gcc34;
}; };
ion3 = import ../applications/window-managers/ion-3 { ion3 = import ../applications/window-managers/ion-3 {