File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed
Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 11{
2- mkDerivation ,
2+ stdenv ,
33 lib ,
44 fetchurl ,
55 cmake ,
66 pkg-config ,
7- qttools ,
8- qtx11extras ,
9- drumstick ,
7+ qt6 ,
8+ qt6Packages ,
109 docbook-xsl-nons ,
1110} :
1211
13- mkDerivation rec {
12+ stdenv . mkDerivation rec {
1413 pname = "vmpk" ;
15- version = "0.8.8 " ;
14+ version = "0.9.1 " ;
1615
1716 src = fetchurl {
1817 url = "mirror://sourceforge/${ pname } /${ version } /${ pname } -${ version } .tar.bz2" ;
19- sha256 = "sha256-+NjTcszb1KXGynIcCf4IEDvN4f8pgXtR1TksxGR5ZHQ =" ;
18+ hash = "sha256-O/uIg1Wq6Hwt7J5AkoXQshBhrKrQdfVTbb8qr7ttSNw =" ;
2019 } ;
2120
2221 nativeBuildInputs = [
2322 cmake
2423 pkg-config
25- qttools
24+ qt6 . qttools
2625 docbook-xsl-nons
26+ qt6 . wrapQtAppsHook
2727 ] ;
2828
2929 buildInputs = [
30- drumstick
31- qtx11extras
30+ qt6Packages . drumstick
3231 ] ;
3332
3433 postInstall = ''
3534 # vmpk drumstickLocales looks here:
36- ln -s ${ drumstick } /share/drumstick $out/share/
35+ ln -s ${ qt6Packages . drumstick } /share/drumstick $out/share/
3736 '' ;
3837
3938 meta = with lib ; {
Original file line number Diff line number Diff line change @@ -15574,8 +15574,6 @@ with pkgs;
1557415574 onlyLibVLC = true;
1557515575 };
1557615576
15577- vmpk = libsForQt5.callPackage ../applications/audio/vmpk { };
15578-
1557915577 vmware-horizon-client = callPackage ../applications/networking/remote/vmware-horizon-client { };
1558015578
1558115579 vorbis-tools = callPackage ../applications/audio/vorbis-tools {
You can’t perform that action at this time.
0 commit comments