diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-08-20 22:28:02 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-08-21 16:00:23 +0200 |
| commit | 7f5aab5ef97702f57067270311eba95ac7b62e2b (patch) | |
| tree | c4f6e9ba593d23c764bed11f9229ab5951c689a9 /gnu/packages/admin.scm | |
| parent | 08edc6d5ef72d1fca3088bc6635b6701bcde0b45 (diff) | |
gnu: swineherd: Build against the same Guile as ‘guix’.
This avoids “incompatible bytecode version” warnings and allows actual use of
.go files coming from Guix.
* gnu/packages/admin.scm (swineherd)[propagated-inputs]: Replace ‘guile-3.0’
with that of ‘guix’.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #10692
Diffstat (limited to 'gnu/packages/admin.scm')
| -rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 8ac3feccc2a..c3ffbba2150 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm | |||
| @@ -746,7 +746,7 @@ manager.") | |||
| 746 | guile-config | 746 | guile-config |
| 747 | guile-fibers-1.3 | 747 | guile-fibers-1.3 |
| 748 | guile-netlink | 748 | guile-netlink |
| 749 | guile-3.0 | 749 | (lookup-package-input guix "guile") |
| 750 | guix | 750 | guix |
| 751 | shepherd-1.0)) | 751 | shepherd-1.0)) |
| 752 | (home-page "https://github.com/BIMSBbioinfo/swineherd") | 752 | (home-page "https://github.com/BIMSBbioinfo/swineherd") |
