Merge pull request #129431 from mayflower/audacity-no-auto-update

audacity: exclude from auto-updates, documenting decision
This commit is contained in:
Martin Weinelt 2021-07-06 14:08:50 +02:00 committed by GitHub
commit 4116dd8256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {