diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-04-28 11:29:00 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-03 08:41:33 +0300 |
| commit | 8eee5d63c11051a019e264131d3f25f3401a2d97 (patch) | |
| tree | 72733daa2105f09a401d33c1a7bafc54f1fe1ffc /gnu/packages/compression.scm | |
| parent | 3de6bebe6a17ee9d4d88421d7182d924e0821cf9 (diff) | |
gnu: isa-l: Use maybe-nasm.
* gnu/packages/compression.scm (isa-l)[native-inputs]: Remove nasm, add
maybe-nasm.
Change-Id: Id198e4fa96144a10b3d0f91eb832930b7d4e8762
Diffstat (limited to 'gnu/packages/compression.scm')
| -rw-r--r-- | gnu/packages/compression.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 3ff9781ad24..2f55d9511b5 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm | |||
| @@ -2375,7 +2375,9 @@ non-Windows systems without running the actual installer using wine.") | |||
| 2375 | (sha256 | 2375 | (sha256 |
| 2376 | (base32 "17k679glx05v23n8kxbg9vmbf89i2252g5xj6w3dkz19asmh1zd6")))) | 2376 | (base32 "17k679glx05v23n8kxbg9vmbf89i2252g5xj6w3dkz19asmh1zd6")))) |
| 2377 | (build-system gnu-build-system) | 2377 | (build-system gnu-build-system) |
| 2378 | (native-inputs (list autoconf automake libtool nasm)) | 2378 | (native-inputs |
| 2379 | (cons* autoconf automake libtool | ||
| 2380 | (maybe-nasm))) | ||
| 2379 | (home-page "https://github.com/intel/isa-l") | 2381 | (home-page "https://github.com/intel/isa-l") |
| 2380 | (synopsis "Intelligent storage acceleration library") | 2382 | (synopsis "Intelligent storage acceleration library") |
| 2381 | (description "ISA-L is a collection of optimized low-level functions | 2383 | (description "ISA-L is a collection of optimized low-level functions |
