mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
0817c307dc
svn path=/nixos/trunk/; revision=7155
8 lines
108 B
Nix
8 lines
108 B
Nix
{stdenv, theme}:
|
|
|
|
stdenv.mkDerivation {
|
|
name = "theme";
|
|
builder = ./unpack-theme.sh;
|
|
inherit theme;
|
|
}
|