Skip to content
Snippets Groups Projects
Unverified Commit 0a40626f authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

offload: Use (guix build syscalls).

This is a followup to 4e0ea3eb.

* guix/scripts/offload.scm: Use (guix build syscalls).
parent 75abbd0c
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
......@@ -24,6 +24,7 @@ (define-module (guix scripts offload)
#: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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment