moka-icon-theme: add hook to symlink inherited icon themes
This commit is contained in:
parent
b6f046f725
commit
15f823ebd6
1 changed files with 7 additions and 1 deletions
|
@ -11,9 +11,15 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "015l02im4mha5z91dbchxf6xkp66d346bg3xskwg0rh3lglhjsrd";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja gtk3 python3 faba-icon-theme ];
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
gtk3
|
||||
python3
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
faba-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue