programs: Fix audacity hanging after quitting

nixpkgs issue that was closed with just a workaround: https://github.com/NixOS/nixpkgs/issues/130347
neomutt
Simon Bruder 2021-12-10 14:34:01 +01:00
parent 5a75e8e443
commit 6e9c04e52a
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ in
gimp-with-plugins # bitmap image editor
# audio
audacity # audio editor
(audacity.override { sqlite = sqlite.overrideAttrs (o: o // { NIX_CFLAGS_COMPILE = o.NIX_CFLAGS_COMPILE + " -DSQLITE_ENABLE_DBPAGE_VTAB"; }); }) # audio editor
picard # musicbrainz tagger
# office