unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75573] [PATCH] gnu: Add fatresize.
@ 2025-01-15  2:45 Sughosha via Guix-patches via
  2025-02-02  6:57 ` bug#75573: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Sughosha via Guix-patches via @ 2025-01-15  2:45 UTC (permalink / raw)
  To: 75573; +Cc: Sughosha

* gnu/packages/disk.scm (fatresize): New variable.

Change-Id: Iebe5d4df7e3c8b4d41f72d5774577672c9c6ba9b
---
 gnu/packages/disk.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index fd9cb8a45e..9144a2af55 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -595,6 +595,29 @@ (define-public fatfsck/static
 and a @command{fsck.vfat} compatibility symlink for use in an initrd.")
     (license (package-license dosfstools))))
 
+(define-public fatresize
+  (package
+    (name "fatresize")
+    (version "1.1.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/ya-mouse/fatresize")
+                    (commit (string-append "v" version))))
+              (sha256
+               (base32
+                "1vhz84kxfyl0q7mkqn68nvzzly0a4xgzv76m6db0bk7xyczv1qr2"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     (list pkg-config))
+    (inputs
+     (list parted))
+    (home-page "https://github.com/ya-mouse/fatresize")
+    (synopsis "Tool to resize FAT partitions using libparted")
+    (description
+     "This package provides a tool to resize FAT partitions using libparted")
+    (license license:gpl3+)))
+
 (define-public hdparm
   (package
     (name "hdparm")

base-commit: bde32a3d88482f6e0b2f260174914c020a7c6166
-- 
2.47.1





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

* bug#75573: [PATCH] gnu: Add fatresize.
  2025-01-15  2:45 [bug#75573] [PATCH] gnu: Add fatresize Sughosha via Guix-patches via
@ 2025-02-02  6:57 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2025-02-02  6:57 UTC (permalink / raw)
  To: Sughosha; +Cc: 75573-done

Sughosha <sughosha@disroot.org> writes:

> * gnu/packages/disk.scm (fatresize): New variable.

Pushed to master, thank you!




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

end of thread, other threads:[~2025-02-02  6:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15  2:45 [bug#75573] [PATCH] gnu: Add fatresize Sughosha via Guix-patches via
2025-02-02  6:57 ` bug#75573: " 宋文武 via Guix-patches via

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).