diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-03-13 15:17:24 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-13 15:17:24 +0100 |
commit | 0bb0eeddf647e5d56afd4517b12919a36acac6ee (patch) | |
tree | 79c28bd56bc846b65ebde75084c523a999a1302b /guix/build/guile-build-system.scm | |
parent | 830497941526ac7320dcd4c5bb545ce9a040d1b1 (diff) |
guix: Leave some of guix/build/* unchanged.
This partially reverts ae587c2ef041413bc709a555261db752068ea360 to
reduce the number of rebuilds.
Diffstat (limited to 'guix/build/guile-build-system.scm')
-rw-r--r-- | guix/build/guile-build-system.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/build/guile-build-system.scm b/guix/build/guile-build-system.scm index a293b3f624..32a431d347 100644 --- a/guix/build/guile-build-system.scm +++ b/guix/build/guile-build-system.scm @@ -26,7 +26,6 @@ #:use-module (ice-9 rdelim) #:use-module (ice-9 regex) #:use-module (ice-9 format) - #:autoload (ice-9 threads) (current-processor-count) #:use-module (guix build utils) #:export (target-guile-effective-version %standard-phases |