Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 8 additions & 14 deletions pkgs/by-name/au/audacity/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
wavpack,
wxGTK32,
gtk3,
apple-sdk_11,
libpng,
libjpeg,
}:
Expand Down Expand Up @@ -82,18 +81,14 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail /usr/include/linux/magic.h ${linuxHeaders}/include/linux/magic.h
'';

nativeBuildInputs =
[
cmake
gettext
pkg-config
python3
makeWrapper
wrapGAppsHook3
]
++ lib.optionals stdenv.hostPlatform.isLinux [
linuxHeaders
];
nativeBuildInputs = [
cmake
gettext
pkg-config
python3
makeWrapper
wrapGAppsHook3
] ++ lib.optionals stdenv.hostPlatform.isLinux [ linuxHeaders ];

buildInputs =
[
Expand Down Expand Up @@ -144,7 +139,6 @@ stdenv.mkDerivation (finalAttrs: {
util-linux
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
apple-sdk_11
libpng
libjpeg
];
Expand Down