gnu: snd: Don't install the licence twice.
* gnu/packages/audio.scm (snd)[arguments]: Let the build system install ‘COPYING’ once.
This commit is contained in:
		
							parent
							
								
									9477487645
								
							
						
					
					
						commit
						3ef664d082
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3410,7 +3410,7 @@ on the ALSA software PCM plugin.") | ||||||
|                (for-each |                (for-each | ||||||
|                 (lambda (f) |                 (lambda (f) | ||||||
|                   (install-file f doc)) |                   (install-file f doc)) | ||||||
|                 (find-files "." "\\.html$|COPYING")) |                 (find-files "." "\\.html$")) | ||||||
|                (copy-recursively "pix" (string-append doc "/pix")) |                (copy-recursively "pix" (string-append doc "/pix")) | ||||||
|                #t)))))) |                #t)))))) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|  |  | ||||||
		Reference in a new issue