mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
7 lines
146 B
Nix
7 lines
146 B
Nix
{ mkDerivation , extra-cmake-modules }:
|
|
|
|
mkDerivation {
|
|
pname = "plasma-workspace-wallpapers";
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
}
|