breeze-icons: add qtsvg as a propagatedBuildInput (#383340)

This commit is contained in:
K900
2025-02-19 14:03:39 +03:00
committed by GitHub
@@ -2,6 +2,7 @@
mkKdeDerivation,
python3,
libxml2,
qtsvg,
}:
mkKdeDerivation {
pname = "breeze-icons";
@@ -11,6 +12,11 @@ mkKdeDerivation {
libxml2
];
# This package contains an SVG icon theme and an API forcing its use
extraPropagatedBuildInputs = [
qtsvg
];
# lots of icons, takes forever, does absolutely nothing
dontStrip = true;
}