diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 7f0d87ddf792642904592ae719475967021f0cfd..10f16ddd1fa1696c84f00427f34386f2e3e28368 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2032,4 +2032,5 @@ (define-public shntool that contains WAVE data, compressed or not---provided there exists a format module to handle that particular file type.") (home-page "http://etree.org/shnutils/shntool/") - (license license:gpl3+))) + ;; 'install-sh' bears the x11 license + (license (list license:gpl2+ license:x11))))