gnu: stress-make: Avoid top-level reference to 'gnu-make'.
* gnu/packages/debug.scm (stress-make)[license]: Hard-code GPL3+ instead of referring to 'gnu-make'.master
parent
abad22dd4a
commit
a72aab9f71
|
@ -325,7 +325,7 @@ conditions.")
|
|||
;; stress-make wrapper is under BSD-3-modifications-must-be-indicated,
|
||||
;; and patched GNU Make is under its own license.
|
||||
(license (list (non-copyleft "LICENSE.md")
|
||||
(package-license gnu-make))))))
|
||||
gpl3+)))))
|
||||
|
||||
(define-public zzuf
|
||||
(package
|
||||
|
|
Reference in New Issue