Unverified Commit f8b98dba authored by dish's avatar dish Committed by GitHub
Browse files

rfdump: move icon to spec-compliant location (#495031)

parents 79f71240 c2698a21
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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/";