mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
* libspectre seems to work with the default ghostscript.
svn path=/nixpkgs/branches/kde-4.7/; revision=27724
This commit is contained in:
parent
dce69134d0
commit
4743ba9e46
1 changed files with 1 additions and 3 deletions
|
@ -3705,9 +3705,7 @@ let
|
|||
|
||||
libsamplerate = callPackage ../development/libraries/libsamplerate { };
|
||||
|
||||
libspectre = callPackage ../development/libraries/libspectre {
|
||||
ghostscript = ghostscriptX;
|
||||
};
|
||||
libspectre = callPackage ../development/libraries/libspectre { };
|
||||
|
||||
libgsf = callPackage ../development/libraries/libgsf {
|
||||
inherit (gnome) glib gnomevfs libbonobo;
|
||||
|
|
Loading…
Reference in a new issue