pantheon.elementary-icon-theme: move gtk3 to nativeBuildInputs
This commit is contained in:
parent
52fa0c2cc5
commit
519e4d2508
@ -21,14 +21,15 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
gtk3
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
python3
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ gtk3 ];
|
propagatedBuildInputs = [
|
||||||
|
hicolor-icon-theme
|
||||||
propagatedBuildInputs = [ hicolor-icon-theme ];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dvolume_icons=false" # Tries to install some icons to /
|
"-Dvolume_icons=false" # Tries to install some icons to /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user