diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-04-04 16:08:15 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-04-05 15:08:14 -0400 |
commit | cd381c317b03d7ff4936e0006c277e7126500602 (patch) | |
tree | 0e8c9f8a21a354bf3aada8bb17cfe4c6aad64292 /gnu/local.mk | |
parent | 5ae63362ae919caaf722bd4b0199e1c14c994aa5 (diff) | |
download | gnu-guix-cd381c317b03d7ff4936e0006c277e7126500602.tar gnu-guix-cd381c317b03d7ff4936e0006c277e7126500602.tar.gz |
gnu: Move audacity to audio.scm.
* gnu/packages/audacity.scm: Remove file and move audacity...
* gnu/packages/audio.scm: ...here.
* gnu/local.mk: Remove reference to removed file.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 969bcefeb1..f54ab2a455 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -53,7 +53,6 @@ GNU_SYSTEM_MODULES = \ %D%/packages/assembly.scm \ %D%/packages/astronomy.scm \ %D%/packages/attr.scm \ - %D%/packages/audacity.scm \ %D%/packages/audio.scm \ %D%/packages/augeas.scm \ %D%/packages/autogen.scm \ |