audacity: move to by-name

This commit is contained in:
Heitor Augusto
2024-10-15 15:59:37 -03:00
parent 13bf1d6259
commit a47f07a48a
2 changed files with 3 additions and 8 deletions
@@ -53,8 +53,7 @@
, gtk3
, libpng
, libjpeg
, AppKit
, CoreAudioKit
, darwin
}:
# TODO
@@ -139,8 +138,8 @@ stdenv.mkDerivation rec {
libuuid
util-linux
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
AppKit
CoreAudioKit # for portaudio
darwin.apple_sdk.frameworks.AppKit
darwin.apple_sdk.frameworks.CoreAudioKit # for portaudio
libpng
libjpeg
];
-4
View File
@@ -28122,10 +28122,6 @@ with pkgs;
audacious = audacious.override { audacious-plugins = null; };
};
audacity = callPackage ../applications/audio/audacity {
inherit (darwin.apple_sdk.frameworks) AppKit CoreAudioKit;
};
audio-recorder = callPackage ../applications/audio/audio-recorder { };
auto-multiple-choice = callPackage ../applications/misc/auto-multiple-choice { };