Skip to content

Commit

Permalink
Merge pull request #330388 from Tungsten842/jamesdsp-qt6
Browse files Browse the repository at this point in the history
jamesdsp: build with qt6
  • Loading branch information
wineee committed Jul 27, 2024
2 parents ba3a78d + da3d63f commit f144fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/audio/jamesdsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
, qmake
, qtbase
, qtsvg
, qtwayland
, stdenv
, usePipewire ? true
, usePulseaudio ? false
Expand Down Expand Up @@ -43,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
libarchive
qtbase
qtsvg
qtwayland
] ++ lib.optionals usePipewire [
pipewire
] ++ lib.optionals usePulseaudio [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9141,8 +9141,8 @@ with pkgs;

jadx = callPackage ../tools/security/jadx { };

jamesdsp = libsForQt5.callPackage ../applications/audio/jamesdsp { };
jamesdsp-pulse = libsForQt5.callPackage ../applications/audio/jamesdsp {
jamesdsp = qt6Packages.callPackage ../applications/audio/jamesdsp { };
jamesdsp-pulse = qt6Packages.callPackage ../applications/audio/jamesdsp {
usePipewire = false;
usePulseaudio = true;
};
Expand Down

0 comments on commit f144fae

Please sign in to comment.