papirus-maia-icon-theme: fix build

This commit is contained in:
Amadej Kastelic
2025-06-27 21:22:24 +02:00
parent 5f4000841c
commit fdcff36f32
@@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
dontDropIconThemeCache = true;
dontWrapQtApps = true;
postPatch = ''
substituteInPlace CMakeLists.txt --replace /usr "$out"
'';