--- nsis-3.04-src/SConstruct 2019-05-30 14:53:30.276775332 -0400 +++ nsis-3.04-src/SConstruct 2019-05-30 14:54:17.901232914 -0400 @@ -77,6 +77,9 @@ if not toolset and not path: defenv = Environment(TARGET_ARCH = arch) +import os; +defenv['ENV'] = os.environ + Export('defenv') ###################################################################### iv id='cgit'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/security-token.scm
AgeCommit message (Expand)Author
2023-09-10gnu: eid-mw: Update to 5.1.11....* gnu/packages/security-token.scm (eid-mw): Update to 5.1.11. Tobias Geerinckx-Rice
2023-08-29gnu: ccid: Update to 1.5.2....* gnu/packages/security-token.scm (ccid): Update to 1.5.2. Signed-off-by: Christopher Baines <mail@cbaines.net> Arjan Adriaanse
2023-08-10gnu: Add yubikey-manager-qt....* gnu/packages/security-token.scm (yubikey-manager-qt): New variable. Reviewed-by: Andreas Enge <andreas@enge.fr> Maxim Cournoyer