lorien: move icon to spec-compliant location (#495777)

This commit is contained in:
dish
2026-03-09 01:43:43 +00:00
committed by GitHub
+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
'';