programs: Fix audacity hanging after quitting
nixpkgs issue that was closed with just a workaround: https://github.com/NixOS/nixpkgs/issues/130347
This commit is contained in:
parent
5a75e8e443
commit
6e9c04e52a
|
@ -192,7 +192,7 @@ in
|
||||||
gimp-with-plugins # bitmap image editor
|
gimp-with-plugins # bitmap image editor
|
||||||
|
|
||||||
# audio
|
# 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
|
picard # musicbrainz tagger
|
||||||
|
|
||||||
# office
|
# office
|
||||||
|
|
Loading…
Reference in a new issue