From 897fa5156ff41588e0d281eb00e4e94de63ccd8a Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 21 Aug 2021 16:41:18 +0200 Subject: guix: Build from local checkout. --- guix.scm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/guix.scm b/guix.scm index 18cdf12..e458b86 100644 --- a/guix.scm +++ b/guix.scm @@ -29,6 +29,7 @@ (use-modules (guix packages) (guix licenses) + (guix git) (guix git-download) (guix build-system gnu) (gnu packages) @@ -39,14 +40,7 @@ (package (name "guile-syntax-highlight") (version "0.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "git://dthompson.us/guile-syntax-highlight.git") - (commit "2fd5092"))) - (sha256 - (base32 - "0s1py5q80rjixdhmjvcnk4bnnfgp6bj786ippxsbg2grl77iplk9")))) + (source (git-checkout (url (dirname (current-filename))))) (build-system gnu-build-system) (arguments '(#:phases -- cgit v1.2.3