File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
3- mkDerivation ,
3+ stdenv ,
44 fetchFromGitHub ,
55 cmake ,
66 gcc-arm-embedded ,
77 python3Packages ,
8- qtbase ,
9- qtmultimedia ,
10- qttools ,
8+ libsForQt5 ,
119 SDL ,
1210 gtest ,
1311 dfu-util ,
1412} :
1513
16- mkDerivation rec {
14+ stdenv . mkDerivation rec {
1715 pname = "edgetx" ;
1816 version = "2.7.2" ;
1917
@@ -29,12 +27,13 @@ mkDerivation rec {
2927 cmake
3028 gcc-arm-embedded
3129 python3Packages . pillow
32- qttools
30+ libsForQt5 . qttools
31+ libsForQt5 . wrapQtAppsHook
3332 ] ;
3433
3534 buildInputs = [
36- qtbase
37- qtmultimedia
35+ libsForQt5 . qtbase
36+ libsForQt5 . qtmultimedia
3837 SDL
3938 ] ;
4039
Original file line number Diff line number Diff line change @@ -15360,8 +15360,6 @@ with pkgs;
1536015360 mopidy-ytmusic
1536115361 ;
1536215362
15363- edgetx = libsForQt5.callPackage ../applications/misc/edgetx { };
15364-
1536515363 mpg123 = callPackage ../applications/audio/mpg123 {
1536615364 inherit (darwin.apple_sdk.frameworks) AudioUnit AudioToolbox;
1536715365 jack = libjack2;
You can’t perform that action at this time.
0 commit comments