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