about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2022-09-20 14:25:55 -0500
committerGitHub <noreply@github.com>2022-09-20 14:25:55 -0500
commitfff89194fe18fed314f3d279813d7a52c29d5007 (patch)
tree4ae87bf7619c6f1c2adf77872f3ffb2d328075dd /pkgs/desktops
parent6f0937d3cfd03d7fa0dfaa6fe73930420c8642cc (diff)
parentdf2318949efc22c6cb270868ce1812d2c60a2feb (diff)
Merge pull request #183381 from alois31/oxygen-sounds
oxygen-sounds: init at 5.25.3
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5/default.nix1
-rw-r--r--pkgs/desktops/plasma-5/oxygen-sounds.nix9
2 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/desktops/plasma-5/default.nix b/pkgs/desktops/plasma-5/default.nix
index 41cdc298e9875..cb60520262902 100644
--- a/pkgs/desktops/plasma-5/default.nix
+++ b/pkgs/desktops/plasma-5/default.nix
@@ -131,6 +131,7 @@ let
       libksysguard = callPackage ./libksysguard {};
       milou = callPackage ./milou.nix {};
       oxygen = callPackage ./oxygen.nix {};
+      oxygen-sounds = callPackage ./oxygen-sounds.nix {};
       plasma-browser-integration = callPackage ./plasma-browser-integration.nix {};
       plasma-desktop = callPackage ./plasma-desktop {};
       plasma-disks = callPackage ./plasma-disks.nix {};
diff --git a/pkgs/desktops/plasma-5/oxygen-sounds.nix b/pkgs/desktops/plasma-5/oxygen-sounds.nix
new file mode 100644
index 0000000000000..ddb5be869bea9
--- /dev/null
+++ b/pkgs/desktops/plasma-5/oxygen-sounds.nix
@@ -0,0 +1,9 @@
+{
+  mkDerivation,
+  extra-cmake-modules,
+}:
+
+mkDerivation {
+  pname = "oxygen-sounds";
+  nativeBuildInputs = [ extra-cmake-modules ];
+}