From 54c365d6457fd19479f3cea797196240a73299bf Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Sun, 3 Oct 2021 14:43:00 +0200 Subject: guix: build: Promote local define-inline to a define-constant util. * guix/build/utils.scm: Moved/renamed define-inline from grafts.scm to an exported define-constant util. Signed-off-by: Liliana Marie Prikler --- guix/build/graft.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'guix/build/graft.scm') diff --git a/guix/build/graft.scm b/guix/build/graft.scm index f04c35fa74..daac958d4f 100644 --- a/guix/build/graft.scm +++ b/guix/build/graft.scm @@ -44,10 +44,7 @@ (define-module (guix build graft) ;;; ;;; Code: -(define-syntax-rule (define-inline name val) - (define-syntax name (identifier-syntax val))) - -(define-inline hash-length 32) +(define-constant hash-length 32) (define nix-base32-char? (cute char-set-contains? -- cgit v1.2.3