Move last piece o gnome3 to top-level
Since there is no common release schedule, I'd prefer to avoid gnome3 set at all. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33203
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ stdenv, fetchurl, itstool, libxml2, gettext }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gnome-user-docs-3.2.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnome/sources/gnome-user-docs/3.2/gnome-user-docs-3.2.2.tar.xz;
|
||||
sha256 = "1ka0nw2kc85p10y8x31v0wv06a88k7qrgafp4ys04y9fzz0rkcjj";
|
||||
};
|
||||
|
||||
buildNativeInputs = [ itstool libxml2 gettext ];
|
||||
}
|
||||
Reference in New Issue
Block a user