diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-02-20 10:35:44 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-16 10:16:40 +0100 |
| commit | 0b6aa1b1c6d8221e9ea158b1dbbe077edf035989 (patch) | |
| tree | 0993cef7b9d6989b0920ecc99723f2e01bec4ba9 /gnu | |
| parent | 1205f53f8d703bdbe6493762627446999e719245 (diff) | |
gnu: rocm-cmake: Fix dependency on julia.
At this point, git depends on julia, which is broken, see #6577.
Merges guix/guix!6578
* gnu/packages/rocm.scm (rocm-cmake)[native-inputs]: Remove git; add
git-minimal/pinned.
Change-Id: I32402d3a5015520eb2021d0ac4895709b589f169
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rocm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm index 823808ecb05..6b5bc632ddf 100644 --- a/gnu/packages/rocm.scm +++ b/gnu/packages/rocm.scm @@ -293,7 +293,7 @@ available to ROCm and show their properties.") "19jyymisxiikphzmq6h8vy5cg0r5dz3lxr5wvdf44frb8wxr8vla")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; Tests try to use git commit - (native-inputs (list git)) + (native-inputs (list git-minimal/pinned)) (home-page "https://rocm.docs.amd.com/projects/ROCmCMakeBuildTools/") (synopsis "ROCm cmake modules") (description "ROCm cmake modules provides cmake modules for common build |
