diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-14 02:00:01 +0200 |
commit | 2388d2d3f7e43d73b0a8a6c1282be16bafb918a7 (patch) | |
tree | b9b4d0f0714490221ee26ec32a180aecc4734b61 /gnu/packages/telephony.scm | |
parent | 2790d118b2f68e9d3599ccbe5712ddbd1dde3fa4 (diff) | |
download | guix-2388d2d3f7e43d73b0a8a6c1282be16bafb918a7.tar.gz |
gnu: rnnoise: Unhide and rename variable.
* gnu/packages/xiph.scm (xiph-rnnoise): Rename to… (rnnoise): …this. Adjust all users. [properties]: Remove HIDDEN? property as it is no longer ambiguous.
Diffstat (limited to 'gnu/packages/telephony.scm')
-rw-r--r-- | gnu/packages/telephony.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 14c7087125..0c12341771 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -650,7 +650,7 @@ address of one of the participants.") speech-dispatcher speex ; avoid bundled speexdsp ; avoid bundled - ;; xiph-rnnoise ; TODO: unbundle rnnoise + ;; rnnoise ; TODO: unbundle rnnoise )) (native-inputs (list pkg-config python qttools-5)) |