civodul pushed a commit to branch master
in repository guix.

commit a72aab9f71702d55a7faf0ea3b50f55a2c78f779
Author: Ludovic Courtès <[email protected]>
Date:   Mon Dec 2 11:16:31 2019 +0100

    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'.
---
 gnu/packages/debug.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index e4f79d8..82a57d4 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -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

Reply via email to