me
/
guix
Archived
1
0
Fork 0

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
Ludovic Courtès 2019-12-02 11:16:31 +01:00
parent abad22dd4a
commit a72aab9f71
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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