summary refs log tree commit diff
path: root/pkgs/applications/audio/audacity
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2021-07-05 22:34:20 +0200
committerLinus Heckemann <git@sphalerite.org>2021-07-06 13:47:30 +0200
commitab2a731cca7b4c29bec2330b5ac9c62d16a2b051 (patch)
tree51173502e5d74c3f7cf285abf7654fa8e762df71 /pkgs/applications/audio/audacity
parent20887e4bbfdae3aed6bfa1f53ddf138ee325515e (diff)
downloadnixpkgs-ab2a731cca7b4c29bec2330b5ac9c62d16a2b051.tar
nixpkgs-ab2a731cca7b4c29bec2330b5ac9c62d16a2b051.tar.gz
nixpkgs-ab2a731cca7b4c29bec2330b5ac9c62d16a2b051.tar.bz2
nixpkgs-ab2a731cca7b4c29bec2330b5ac9c62d16a2b051.tar.lz
nixpkgs-ab2a731cca7b4c29bec2330b5ac9c62d16a2b051.tar.xz
nixpkgs-ab2a731cca7b4c29bec2330b5ac9c62d16a2b051.tar.zst
nixpkgs-ab2a731cca7b4c29bec2330b5ac9c62d16a2b051.zip
audacity: exclude from auto-updates, documenting decision
Diffstat (limited to 'pkgs/applications/audio/audacity')
-rw-r--r--pkgs/applications/audio/audacity/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index 354bc0ebd76..73a0cebd36b 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -62,6 +62,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "audacity";
+  # nixpkgs-update: no auto update
+  # Humans too! Let's wait to see how the situation with
+  # https://github.com/audacity/audacity/issues/1213 develops before
+  # pulling any updates that are subject to this privacy policy. We
+  # may wish to switch to a fork, but at the time of writing
+  # (2021-07-05) it's too early to tell how well any of the forks will
+  # be maintained.
   version = "3.0.2";
 
   src = fetchFromGitHub {