audacity: move override into package.nix
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user