papirus-maia-icon-theme: fix build (#420617)

This commit is contained in:
José Romildo Malaquias
2025-06-29 22:28:56 -03:00
committed by GitHub
@@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
dontDropIconThemeCache = true;
dontWrapQtApps = true;
postPatch = ''
substituteInPlace CMakeLists.txt --replace /usr "$out"
'';
@@ -45,11 +47,11 @@ stdenv.mkDerivation rec {
done
'';
meta = with lib; {
meta = {
description = "Manjaro variation of Papirus icon theme";
homepage = "https://github.com/Ste74/papirus-maia-icon-theme";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ romildo ];
license = lib.licenses.lgpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ romildo ];
};
}