elementary-icon-theme: don't install pallette file
This commit is contained in:
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user