_7zz: disable uasm by default

This commit is contained in:
Emily 2024-10-31 14:11:20 +00:00
parent 05e3b3d344
commit 5dceb649bf

View File

@ -2,9 +2,9 @@
, lib
, fetchzip
# Only used for Linux's x86/x86_64
# Only useful on Linux x86/x86_64, and brings in nonfree Open Watcom
, uasm
, useUasm ? (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86)
, useUasm ? false
# RAR code is under non-free unRAR license
# see the meta.license section below for more details