diff options
Diffstat (limited to 'modules/ryan-packages/bootloaders.scm')
| -rw-r--r-- | modules/ryan-packages/bootloaders.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/ryan-packages/bootloaders.scm b/modules/ryan-packages/bootloaders.scm index 10f38d1..4cbb8da 100644 --- a/modules/ryan-packages/bootloaders.scm +++ b/modules/ryan-packages/bootloaders.scm | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | #:use-module (guix build-system meson) | 18 | #:use-module (guix build-system meson) |
| 19 | #:use-module (guix build-system python)) | 19 | #:use-module (guix build-system python)) |
| 20 | 20 | ||
| 21 | (define systemd-version "255") | 21 | (define systemd-version "258") |
| 22 | (define systemd-source | 22 | (define systemd-source |
| 23 | (origin | 23 | (origin |
| 24 | (method git-fetch) | 24 | (method git-fetch) |
| @@ -28,7 +28,7 @@ | |||
| 28 | (file-name (git-file-name "systemd" systemd-version)) | 28 | (file-name (git-file-name "systemd" systemd-version)) |
| 29 | (sha256 | 29 | (sha256 |
| 30 | (base32 | 30 | (base32 |
| 31 | "1qdyw9g3jgvsbc1aryr11gpc3075w5pg00mqv4pyf3hwixxkwaq6")))) | 31 | "18gnp45gl1154jra6qv95k8y7ny6phdm87yqi5jdq13cadlrklf6")))) |
| 32 | 32 | ||
| 33 | (define-public (systemd-stub-name) | 33 | (define-public (systemd-stub-name) |
| 34 | (let ((arch (cond ((target-x86-32?) "ia32") | 34 | (let ((arch (cond ((target-x86-32?) "ia32") |
| @@ -54,7 +54,7 @@ | |||
| 54 | ,(string-append "-Dsbat-distro-pkgname=" name) | 54 | ,(string-append "-Dsbat-distro-pkgname=" name) |
| 55 | ,(string-append "-Dsbat-distro-version=" version)) | 55 | ,(string-append "-Dsbat-distro-version=" version)) |
| 56 | #:phases | 56 | #:phases |
| 57 | #~(let ((stub #$(string-append "src/boot/efi/" (systemd-stub-name)))) | 57 | #~(let ((stub #$(string-append "src/boot/" (systemd-stub-name)))) |
| 58 | (modify-phases %standard-phases | 58 | (modify-phases %standard-phases |
| 59 | (replace 'build | 59 | (replace 'build |
| 60 | (lambda* (#:key parallel-build? #:allow-other-keys) | 60 | (lambda* (#:key parallel-build? #:allow-other-keys) |
