mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
15 lines
328 B
Nix
15 lines
328 B
Nix
{ kde, cmake }:
|
|
|
|
kde {
|
|
outputHashAlgo = "sha256";
|
|
outputHashMode = "recursive";
|
|
outputHash = "10dpbgidn7rwdhm044ydd294dv97hrhaz7jakf1yncszqbhbxksc";
|
|
|
|
nativeBuildInputs = [ cmake ];
|
|
|
|
meta = {
|
|
description = "KDE Oxygen theme icons";
|
|
longDescription = "Icons for KDE's default theme";
|
|
license = "GPL";
|
|
};
|
|
}
|