diff options
Diffstat (limited to 'gnu/packages/make-bootstrap.scm')
-rw-r--r-- | gnu/packages/make-bootstrap.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 03a5198946..5a08f89a37 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -479,8 +479,6 @@ for `sh' in $PATH, and without nscd, and with static NSS modules." (target-hurd? (%current-target-system))) (string-suffix? "-hurd" (%current-system))) gnumach-headers) - ;; linux 5.19 include loongarch support. - ((target-loongarch64?) linux-libre-headers-5.19.17) (else linux-libre-headers))))) (propagated-inputs '()) |