guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: offload: Use (guix build syscalls).


From: Ludovic Courtès
Subject: 02/04: offload: Use (guix build syscalls).
Date: Tue, 31 May 2016 16:22:41 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 0a40626fd21423715508ca0bff3772c46fb3dc55
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 31 15:08:42 2016 +0200

    offload: Use (guix build syscalls).
    
    This is a followup to 4e0ea3eb288c2143b44bf324c64047762c72d3b3.
    
    * guix/scripts/offload.scm: Use (guix build syscalls).
---
 guix/scripts/offload.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/offload.scm b/guix/scripts/offload.scm
index d594be1..7db0c9d 100644
--- a/guix/scripts/offload.scm
+++ b/guix/scripts/offload.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -24,6 +24,7 @@
   #:use-module (guix serialization)
   #:use-module (guix nar)
   #:use-module (guix utils)
+  #:use-module ((guix build syscalls) #:select (fcntl-flock))
   #:use-module ((guix build utils) #:select (which mkdir-p))
   #:use-module (guix ui)
   #:use-module (srfi srfi-1)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]