Skip to content

Commit

Permalink
fmit: maintain, delete custom postInstall (#341684)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 14, 2024
2 parents f6284a2 + 0dfe3aa commit 5439240
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pkgs/applications/audio/fmit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ mkDerivation rec {
PREFIXSHORTCUT=$out"
'';

postInstall = ''
mkdir -p $out/share/applications
ln -s $out/fmit.desktop $out/share/applications/fmit.desktop
mkdir -p $out/share/icons/hicolor/128x128/apps
ln -s $out/fmit.png $out/share/icons/hicolor/128x128/apps/fmit.png
mkdir -p $out/share/icons/hicolor/scalable/apps
ln -s $out/fmit.svg $out/share/icons/hicolor/scalable/apps/fmit.svg
'';

meta = with lib; {
description = "Free Musical Instrument Tuner";
longDescription = ''
Expand All @@ -55,6 +44,7 @@ mkDerivation rec {
'';
homepage = "http://gillesdegottex.github.io/fmit/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ orivej ];
platforms = platforms.linux;
};
}

0 comments on commit 5439240

Please sign in to comment.