mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
gnome-doc-utils wants Python LibXML2
svn path=/nixpkgs/trunk/; revision=17531
This commit is contained in:
parent
35bc5b52f7
commit
0a268df445
@ -181,8 +181,9 @@ rec {
|
||||
};
|
||||
|
||||
gnome_doc_utils = import ./desktop/gnome-doc-utils {
|
||||
inherit (pkgs) stdenv fetchurl python pkgconfig libxml2 libxslt;
|
||||
inherit (pkgs) stdenv fetchurl python pkgconfig libxslt;
|
||||
inherit intltool scrollkeeper;
|
||||
libxml2 = pkgs.libxml2Python;
|
||||
};
|
||||
|
||||
zenity = import ./desktop/zenity {
|
||||
|
Loading…
Reference in New Issue
Block a user