audacity: move to by-name
This commit is contained in:
@@ -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
|
||||
];
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user