rfdump: move icon to spec-compliant location

This commit is contained in:
pancaek
2026-02-27 15:52:40 -08:00
parent f0bc2e46d3
commit c2698a2122
+5
View File
@@ -65,6 +65,11 @@ stdenv.mkDerivation (finalAttrs: {
makeFlags = [ "LIBS=-lexpat" ];
postInstall = ''
install -D $out/share/pixmaps/rfdump.png -t $out/share/icons/hicolor/128x128/apps
rm -r $out/share/pixmaps
'';
meta = {
description = "Tool to detect RFID-Tags and show their meta information";
homepage = "https://www.rfdump.org/";