gnu: Add jfsutils-static.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 31 Dec 2019 00:18:22 +0000 (01:18 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 3 Jan 2020 12:54:13 +0000 (13:54 +0100)
gnu/packages/file-systems.scm (jfsutils/static): New public variable.

gnu/packages/file-systems.scm

index fbf0e26..3a8848b 100644 (file)
@@ -145,6 +145,15 @@ transaction log.
 @end enumerate\n")
     (license license:gpl3+)))          ; no explicit version given
 
+(define-public jfsutils/static
+  (static-package
+   (package
+     (inherit jfsutils)
+     (name "jfsutils-static")
+     (inputs
+      `(("util-linux:static" ,util-linux "static")
+        ,@(package-inputs jfsutils))))))
+
 (define-public disorderfs
   (package
     (name "disorderfs")