audacity: move override into package.nix

This commit is contained in:
Aliaksandr
2026-02-02 12:38:56 +02:00
parent a05303e9a3
commit a7ad48d91a
2 changed files with 4 additions and 5 deletions
+4 -1
View File
@@ -31,7 +31,7 @@
libid3tag,
libopus,
libuuid,
ffmpeg,
ffmpeg_7,
soundtouch,
portaudio, # given up fighting their portaudio.patch?
portmidi,
@@ -58,6 +58,9 @@
# TODO
# 1. detach sbsms
let
ffmpeg = ffmpeg_7;
in
stdenv.mkDerivation (finalAttrs: {
pname = "audacity";
version = "3.7.7";
-4
View File
@@ -9864,10 +9864,6 @@ with pkgs;
audacious = audacious-bare.override { withPlugins = true; };
audacity = callPackage ../by-name/au/audacity/package.nix {
ffmpeg = ffmpeg_7;
};
bambootracker-qt6 = bambootracker.override { withQt6 = true; };
awesome = callPackage ../applications/window-managers/awesome {