diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-12-02 11:16:31 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-12-02 11:16:31 +0100 |
commit | a72aab9f71702d55a7faf0ea3b50f55a2c78f779 (patch) | |
tree | 73ef51e12dcde844c450c9843f1ec2040ad016fa /gnu/packages/debug.scm | |
parent | abad22dd4a3083498263cc5d6817dd7c01df4da1 (diff) | |
download | guix-a72aab9f71702d55a7faf0ea3b50f55a2c78f779.tar guix-a72aab9f71702d55a7faf0ea3b50f55a2c78f779.tar.gz |
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'.
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r-- | gnu/packages/debug.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |