unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36538] [PATCH] gnu: dosfstools: Enable compat symlinks.
@ 2019-07-07 12:29 Pierre Langlois
  2019-07-08 10:58 ` bug#36538: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Langlois @ 2019-07-07 12:29 UTC (permalink / raw)
  To: 36538

[-- Attachment #1: Type: text/plain, Size: 123 bytes --]

Hello Guix!

Here's a quick patch to dosfstools to include commands such 'mkfs.vfat',
'fsck.vfat', ...etc

Thanks!
Pierre


[-- Attachment #2: 0001-gnu-dosfstools-Enable-compat-symlinks.patch --]
[-- Type: text/x-patch, Size: 1471 bytes --]

From 56376f9538ee6c333a92caccfc9eef626d499df0 Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Sun, 7 Jul 2019 13:25:08 +0100
Subject: [PATCH] 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.
---
 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 06f4430b2d..187ef74b4e 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2019 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
 ;;;
 ;;; 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
-- 
2.22.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36538: [PATCH] gnu: dosfstools: Enable compat symlinks.
  2019-07-07 12:29 [bug#36538] [PATCH] gnu: dosfstools: Enable compat symlinks Pierre Langlois
@ 2019-07-08 10:58 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-07-08 10:58 UTC (permalink / raw)
  To: Pierre Langlois; +Cc: 36538-done

Pierre Langlois <pierre.langlois@gmx.com> skribis:

>>From 56376f9538ee6c333a92caccfc9eef626d499df0 Mon Sep 17 00:00:00 2001
> From: Pierre Langlois <pierre.langlois@gmx.com>
> Date: Sun, 7 Jul 2019 13:25:08 +0100
> Subject: [PATCH] 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.

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-08 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-07 12:29 [bug#36538] [PATCH] gnu: dosfstools: Enable compat symlinks Pierre Langlois
2019-07-08 10:58 ` bug#36538: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).