Commit a070fb79 authored by Felix Buehler's avatar Felix Buehler
Browse files

polyphone: add desktop item

parent 1aa4e310
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -29,8 +29,13 @@ mkDerivation rec {
  '';

  installPhase = ''
    runHook preInstall
    install -d $out/bin
    install -m755 bin/polyphone $out/bin/

    install -Dm444 ./contrib/com.polyphone_soundfonts.polyphone.desktop -t $out/share/applications/
    install -Dm444 ./contrib/polyphone.svg -t $out/share/icons/hicolor/scalable/apps/
    runHook postInstall
  '';

  qmakeFlags = [