about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2023-03-29 01:54:51 +0000
committerGitHub <noreply@github.com>2023-03-29 01:54:51 +0000
commit4a6f9a7bd647d21ff2629cd94ae8e24a3743b8e2 (patch)
treee50837e806a1124afe829bb5f06e798c17a4116b /pkgs/top-level/all-packages.nix
parentee0efdd6a02063bc66729d867c7c6b3375d8e80f (diff)
raysession: init at 0.13.1 (#222628)
Fixes #194022
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7dc09423984a2..91d3c48043740 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -11372,6 +11372,10 @@ with pkgs;
 
   pystring = callPackage ../development/libraries/pystring { };
 
+  raysession = python3Packages.callPackage ../applications/audio/raysession {
+    inherit (qt5) qttools;
+  };
+
   rbw = callPackage ../tools/security/rbw {
     inherit (darwin.apple_sdk.frameworks) Security;
   };