mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
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;
|
||||
|
||||
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
|
||||
glibmm libsigcxx lcms boost gettext;
|
||||
inherit (gtkLibs) gtk glib;
|
||||
inherit (xlibs) libXft;
|
||||
stdenv = overrideGCC stdenv gcc34;
|
||||
};
|
||||
|
||||
ion3 = import ../applications/window-managers/ion-3 {
|
||||
|
Loading…
Reference in New Issue
Block a user