munt: use qt5's mkDerivation

This commit is contained in:
gnidorah 2019-08-13 19:48:00 +03:00 committed by Bjørn Forsman
parent 71a3c13d6b
commit be820b8761

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, qtbase, alsaLib, makeDesktopItem }: { stdenv, mkDerivation, fetchFromGitHub, cmake, qtbase, alsaLib, makeDesktopItem }:
let let
desktopItem = makeDesktopItem rec { desktopItem = makeDesktopItem rec {
@ -8,7 +8,7 @@ let
genericName = "Munt synthesiser"; genericName = "Munt synthesiser";
categories = "Audio;AudioVideo;"; categories = "Audio;AudioVideo;";
}; };
in stdenv.mkDerivation rec { in mkDerivation rec {
version = "2.3.0"; version = "2.3.0";
pname = "munt"; pname = "munt";