aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/check.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 49a026bd20..bd1f2d1b65 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -250,6 +250,7 @@ source code editors and IDEs.")
(inherit check)
(version "0.14.0")
(source (origin
+ (inherit (package-source check))
(method url-fetch)
(uri (string-append "https://github.com/libcheck/check/releases"
"/download/" version "/check-" version ".tar.gz"))
16bootloader: Adapt vm to new bootloader API....Mathieu Othacehe 2017-03-14pack: Add '--symlink'....Ludovic Courtès 2017-03-14pack: Add '--localstatedir' option....Ludovic Courtès 2016-11-23install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès 2016-11-06install: Extract procedure: install-grub-config....Chris Marusich 2016-08-29tests: Make sure /var/guix/gcroots/profiles is a valid symlink....Ludovic Courtès 2016-03-14build: reset-timestamps: Include directories....Ricardo Wurmus