>From 3faa9923e70416d27eba822d423c5a5007c6df3d Mon Sep 17 00:00:00 2001 From: raingloom Date: Sun, 19 Apr 2020 12:30:55 +0200 Subject: [PATCH 6/8] gnu: f2fs-tools-static: try only using static util-linux --- gnu/packages/linux.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ab74380dd6..db7cf03b3e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4571,8 +4571,7 @@ disks and SD cards. This package provides the userland utilities.") (inherit f2fs-tools) (name "f2fs-tools-static") (inputs - `(("libuuid:static" ,util-linux "static") - ,@(package-inputs f2fs-tools)))))) + `(("libuuid:static" ,util-linux "static")))))) (define-public f2fs-fsck/static (package -- 2.26.2