From a72aab9f71702d55a7faf0ea3b50f55a2c78f779 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 2 Dec 2019 11:16:31 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index e4f79d8250..82a57d4eaa 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 -- cgit 1.4.1