From 0824fcfefcbd2788425cf6d6dd2b480e07834f99 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Thu, 30 Mar 2023 13:37:24 +0200 Subject: [PATCH] guix: use the minimal version of coreutils Fixes #360. --- contrib/reproducible/guix/manifest.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/reproducible/guix/manifest.scm b/contrib/reproducible/guix/manifest.scm index 72ddb0cf..57db5eea 100644 --- a/contrib/reproducible/guix/manifest.scm +++ b/contrib/reproducible/guix/manifest.scm @@ -5,7 +5,7 @@ (append (list "rust:cargo" - "coreutils" + "coreutils-minimal" "patchelf" "gcc-toolchain@10.3.0") ;; Additional dependencies for building the GUI, and the regular rustc for building