summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/audacity/default.nix
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2021-12-17 22:16:34 +0100
committerGitHub <noreply@github.com>2021-12-17 22:16:34 +0100
commit1696820bbb5f94722f668f43060f3f2dc22e1f4d (patch)
tree470a09ff31d353e6a98f5e95dd38c265757211e6 /pkgs/applications/audio/audacity/default.nix
parentc5440a4ed7bf346f4f0c7f19ad07a6959fb59db4 (diff)
parentfed4002ba3930bf16573fafec42226ac52bd926c (diff)
Merge pull request #150115 from sbruder/fix-audacity-sqlite
audacity: fix unclean shutdown due to sqlite error
Diffstat (limited to 'pkgs/applications/audio/audacity/default.nix')
-rw-r--r--pkgs/applications/audio/audacity/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index 55d5383a819b..0e4afa4af7cf 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -100,6 +100,9 @@ stdenv.mkDerivation rec {
sha256 = "0zp2iydd46analda9cfnbmzdkjphz5m7dynrdj5qdnmq6j3px9fw";
name = "audacity_xdg_paths.patch";
})
+ # This is required to make audacity work with nixpkgs’ sqlite
+ # https://github.com/audacity/audacity/pull/1802 rebased onto 3.0.2
+ ./0001-Use-a-different-approach-to-estimate-the-disk-space-.patch
];
postPatch = ''