Commit c2698a21 authored by pancaek's avatar pancaek
Browse files

rfdump: move icon to spec-compliant location

parent f0bc2e46
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/";