elementary-icon-theme: don't install pallette file
This commit is contained in:
parent
b9c9de25b8
commit
2ac1807dea
|
@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja python3 gtk3 ];
|
nativeBuildInputs = [ meson ninja python3 gtk3 ];
|
||||||
|
|
||||||
|
# Disable installing gimp and inkscape palette files
|
||||||
|
mesonFlags = [
|
||||||
|
"-Dpalettes=false"
|
||||||
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x meson/symlink.py
|
chmod +x meson/symlink.py
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
|
Loading…
Reference in New Issue