diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-12-12 11:33:40 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-12-12 11:33:40 +0900 |
| commit | a4d28eb458779d76ad6ac989c5c2759ba25df840 (patch) | |
| tree | aa69617751ef8b8149be9b098a7f3bfc807bf633 | |
| parent | 0afeb26492ed110b5d4d6e836a1f8a6d38eaeccd (diff) | |
| download | loftix-main.tar.gz | |
| -rw-r--r-- | loftix/emulation.scm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/loftix/emulation.scm b/loftix/emulation.scm index 4956680..a73de92 100644 --- a/loftix/emulation.scm +++ b/loftix/emulation.scm @@ -101,11 +101,4 @@ (string-append (assoc-ref outputs "out") "/include/qemu/tcg/symbolic")))) (delete 'install-plugins) - (delete 'delete-firmwares))))) - (native-inputs - (modify-inputs (package-native-inputs base) - ;; gcc-toolchain still defaults to version 11 unless on hurd64, - ;; which fails to include linux/mount.h in glibc>=2.36's sys/mount.h, - ;; causing compilation failure due to redefinition: - ;; https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 - (prepend gcc-toolchain-14))))))) + (delete 'delete-firmwares))))))))) |
