Copied Green theme declaration from NixOS source here

svn path=/nixpkgs/trunk/; revision=13725
This commit is contained in:
Michael Raskin 2009-01-08 22:21:32 +00:00
parent 5689d7338e
commit 5c21897316
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{fetchurl, ...} :
fetchurl {
url = http://www.kde-look.org/CONTENT/content-files/58501-green.tar.gz;
sha256 = "0sdykpziij1f3w4braq8r8nqg4lnsd7i7gi1k5d7c31m2q3b9a7r";
}

View File

@ -6849,6 +6849,10 @@ let
inherit fetchurl stdenv texinfo; inherit fetchurl stdenv texinfo;
}; };
themes = name: import (../data/misc/themes + ("/" + name + ".nix")) {
inherit fetchurl;
};
ttf_bitstream_vera = import ../data/fonts/ttf-bitstream-vera { ttf_bitstream_vera = import ../data/fonts/ttf-bitstream-vera {
inherit fetchurl stdenv; inherit fetchurl stdenv;
}; };