diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-03 11:50:26 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-03 11:56:06 +0300 |
| commit | cc033cbfbc13e9ab0572c1876d8630b9d0271816 (patch) | |
| tree | 672212d8446400be53fcc7d226cbc4811f80a53c /gnu | |
| parent | b4bc52f4ef755703af33dad1bf520345d0096702 (diff) | |
gnu: xorgxrdp: Build with maybe-nasm.
* gnu/packages/rdesktop.scm (xorgxrdp)[native-inputs]: Remove
conditional nasm input, add maybe-nasm.
Change-Id: Ib99eae689097d2e2e83ac731caffe9237fefa73a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rdesktop.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm index 4ab34420f91..8041df6ad43 100644 --- a/gnu/packages/rdesktop.scm +++ b/gnu/packages/rdesktop.scm | |||
| @@ -294,9 +294,7 @@ variety of RDP clients: | |||
| 294 | automake | 294 | automake |
| 295 | intltool | 295 | intltool |
| 296 | libtool) | 296 | libtool) |
| 297 | (if (target-x86?) | 297 | (maybe-nasm) |
| 298 | (list nasm) | ||
| 299 | '()) | ||
| 300 | (list pkg-config | 298 | (list pkg-config |
| 301 | pixman))) | 299 | pixman))) |
| 302 | (arguments | 300 | (arguments |
