mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
munt: use qt5's mkDerivation
This commit is contained in:
parent
71a3c13d6b
commit
be820b8761
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user