guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: dosfstools: Enable compat symlinks.


From: guix-commits
Subject: 03/06: gnu: dosfstools: Enable compat symlinks.
Date: Mon, 8 Jul 2019 07:06:03 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a55dd25d3ef5c8c6a2ea202fef44665ea2992ad2
Author: Pierre Langlois <address@hidden>
Date:   Sun Jul 7 13:25:08 2019 +0100

    gnu: dosfstools: Enable compat symlinks.
    
    Enable compatibility symlinks to provide commands such as `mkfs.vfat`.
    
    * gnu/packages/disk.scm (dosfstools)[arguments]: Pass
    "--enable-compat-symlinks" to configure.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/disk.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 06f4430..187ef74 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2018 Rutger Helling <address@hidden>
 ;;; Copyright © 2018, 2019 Pierre Neidhardt <address@hidden>
 ;;; Copyright © 2019 Leo Famulari <address@hidden>
+;;; Copyright © 2019 Pierre Langlois <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -236,7 +237,8 @@ to recover data more efficiently by only reading the 
necessary blocks.")
          "0wy13i3i4x2bw1hf5m4fd0myh61f9bcrs035fdlf6gyc1jksrcp6"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:make-flags (list (string-append "PREFIX=" %output)
+     `(#:configure-flags (list "--enable-compat-symlinks")
+       #:make-flags (list (string-append "PREFIX=" %output)
                           "CC=gcc")))
     (native-inputs
      `(("xxd" ,xxd))) ; for tests



reply via email to

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