[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: stress-make: Avoid top-level reference to 'gnu-make'.
From: |
guix-commits |
Subject: |
02/06: gnu: stress-make: Avoid top-level reference to 'gnu-make'. |
Date: |
Mon, 2 Dec 2019 06:25:37 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit a72aab9f71702d55a7faf0ea3b50f55a2c78f779
Author: Ludovic Courtès <address@hidden>
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
- branch master updated (6697771 -> c2b2c8e), guix-commits, 2019/12/02
- 02/06: gnu: stress-make: Avoid top-level reference to 'gnu-make'.,
guix-commits <=
- 04/06: gnu: android-libselinux: Avoid top-level references to 'libsellinux'., guix-commits, 2019/12/02
- 01/06: gnu: gajim: Avoid top-level reference to 'python'., guix-commits, 2019/12/02
- 03/06: gnu: 0ad-data: Avoid top-level references to 'font-bitstream-vera'., guix-commits, 2019/12/02
- 06/06: lint: archival: Gracefully handle network failures., guix-commits, 2019/12/02
- 05/06: gnu: Add emacs-telega., guix-commits, 2019/12/02