munt: use qt5's mkDerivation

This commit is contained in:
gnidorah
2019-08-19 08:04:51 +02:00
committed by Bjørn Forsman
parent 71a3c13d6b
commit be820b8761
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, qtbase, alsaLib, makeDesktopItem }:
{ stdenv, mkDerivation, fetchFromGitHub, cmake, qtbase, alsaLib, makeDesktopItem }:
let
desktopItem = makeDesktopItem rec {
@@ -8,7 +8,7 @@ let
genericName = "Munt synthesiser";
categories = "Audio;AudioVideo;";
};
in stdenv.mkDerivation rec {
in mkDerivation rec {
version = "2.3.0";
pname = "munt";