lorien: move icon to spec-compliant location

This commit is contained in:
pancaek
2026-03-02 02:09:03 -08:00
parent 5f99f468c2
commit a759a99d16
+1 -1
View File
@@ -115,7 +115,7 @@ stdenv.mkDerivation rec {
--set-rpath ${lib.makeLibraryPath buildInputs} \
$out/share/lorien/lorien
install -Dm644 images/lorien.png $out/share/pixmaps/lorien.png
install -Dm644 images/lorien.png -t $out/share/icons/hicolor/64x64/apps
runHook postInstall
'';