diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-20 11:44:20 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-20 11:44:20 +0900 |
| commit | 851058946fb302446ab14666fc9b7ffb23fdc2a1 (patch) | |
| tree | bbef14f8a153b9f818708ae48219d53b1b5c3b5d | |
| parent | 0ca613b92bbe49632469852752e350fe20649a93 (diff) | |
gnu: binutils-mesboot1: Increase max-silent-time property value.
* gnu/packages/commencement.scm (binutils-mesboot1)
[properties]: New field.
Change-Id: I9f9ef628336c6f8f9f76c800d30944aee4894ee2
| -rw-r--r-- | gnu/packages/commencement.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 16c0b050aa5..aff3f7eb42d 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -1241,7 +1241,8 @@ ac_cv_c_float_format='IEEE (little-endian)' | |||
| 1241 | "--build=i686-unknown-linux-gnu" | 1241 | "--build=i686-unknown-linux-gnu" |
| 1242 | "--host=i686-unknown-linux-gnu" | 1242 | "--host=i686-unknown-linux-gnu" |
| 1243 | "--with-sysroot=/" | 1243 | "--with-sysroot=/" |
| 1244 | ,(string-append "--prefix=" out)))))))) | 1244 | ,(string-append "--prefix=" out)))))) |
| 1245 | (properties '((max-silent-time . 7200))))) | ||
| 1245 | 1246 | ||
| 1246 | (define gnu-make-mesboot | 1247 | (define gnu-make-mesboot |
| 1247 | (package | 1248 | (package |
