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:
Yury G. Kudryashov
2012-03-17 16:46:12 +00:00
parent ee5b976a93
commit a466941945
3 changed files with 2 additions and 9 deletions
@@ -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 ];
}