Loading pkgs/applications/audio/audacity/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , fetchpatch , cmake , makeWrapper , wrapGAppsHook , pkg-config , python3 , gettext Loading Loading @@ -91,6 +92,7 @@ stdenv.mkDerivation rec { pkg-config python3 makeWrapper wrapGAppsHook ] ++ optionals stdenv.isLinux [ linuxHeaders ]; Loading Loading
pkgs/applications/audio/audacity/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , fetchpatch , cmake , makeWrapper , wrapGAppsHook , pkg-config , python3 , gettext Loading Loading @@ -91,6 +92,7 @@ stdenv.mkDerivation rec { pkg-config python3 makeWrapper wrapGAppsHook ] ++ optionals stdenv.isLinux [ linuxHeaders ]; Loading