summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-05-03 11:49:53 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-05-03 11:56:06 +0300
commitb4bc52f4ef755703af33dad1bf520345d0096702 (patch)
tree34339c7d6b25209603f3a9f3ec01d04813df088f /gnu
parent5c998de10dd96084ddf2d6fd1bd787da057f19be (diff)
gnu: xrdp: Build with maybe-nasm.
* gnu/packages/rdesktop.scm (xrdp)[native-inputs]: Remove conditional nasm input, add maybe-nasm. Change-Id: Ie3d5b6147ed44317152c4018131490d7e03a4e62
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/rdesktop.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm
index cc33e6292ec..4ab34420f91 100644
--- a/gnu/packages/rdesktop.scm
+++ b/gnu/packages/rdesktop.scm
@@ -227,9 +227,7 @@ of parts of the Windows API.")
227 flex 227 flex
228 gettext-minimal 228 gettext-minimal
229 intltool) 229 intltool)
230 (if (target-x86?) 230 (maybe-nasm)
231 (list nasm)
232 '())
233 (list pkg-config 231 (list pkg-config
234 pixman))) 232 pixman)))
235 (arguments 233 (arguments