qradiolink: move icon to spec-compliant location (#520253)

This commit is contained in:
Nikolay Korotkiy
2026-05-16 10:06:19 +00:00
committed by GitHub
+3 -1
View File
@@ -44,9 +44,11 @@ gnuradio.pkgs.mkDerivation rec {
'';
installPhase = ''
runHook preInstall
install -Dm755 qradiolink -t $out/bin
install -Dm644 qradiolink.desktop -t $out/share/applications
install -Dm644 src/res/icon.png $out/share/pixmaps/qradiolink.png
install -Dm644 src/res/icon.png $out/share/icons/hicolor/64x64/apps/qradiolink.png
runHook postInstall
'';
buildInputs = [