elementary-icon-theme: don't install pallette file

This commit is contained in:
worldofpeace 2018-12-07 22:30:17 -05:00
parent b9c9de25b8
commit 2ac1807dea

View File

@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ meson ninja python3 gtk3 ];
# Disable installing gimp and inkscape palette files
mesonFlags = [
"-Dpalettes=false"
];
postPatch = ''
chmod +x meson/symlink.py
patchShebangs .