Skip to content

Commit

Permalink
musescore: use qt5's mkDerivation
Browse files Browse the repository at this point in the history
See #65399
  • Loading branch information
gnidorah authored and worldofpeace committed Aug 13, 2019
1 parent 387e695 commit 172e06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/musescore/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ stdenv, lib, fetchzip, cmake, pkgconfig
{ stdenv, mkDerivation, lib, fetchzip, cmake, pkgconfig
, alsaLib, freetype, libjack2, lame, libogg, libpulseaudio, libsndfile, libvorbis
, portaudio, portmidi, qtbase, qtdeclarative, qtscript, qtsvg, qttools
, qtwebengine, qtxmlpatterns
}:

stdenv.mkDerivation rec {
mkDerivation rec {
name = "musescore-${version}";
version = "3.0.5";

Expand Down

0 comments on commit 172e06d

Please sign in to comment.