Using the current gcc inkscape still builds and runs on i686 but also builds on my x86_64
svn path=/nixpkgs/trunk/; revision=9809
This commit is contained in:
parent
1589f14709
commit
00f7de1597
@ -3891,12 +3891,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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user