x3270: enable parallel builds

Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
Lisanna Dettwyler
2026-05-23 19:43:54 -04:00
parent ed275db6ea
commit 8ee70d796f

View File

@@ -50,6 +50,8 @@ stdenv.mkDerivation (finalAttrs: {
"--enable-tcl3270"
];
enableParallelBuilding = true;
preBuild = ''
if [ -n "$SOURCE_DATE_EPOCH" ]; then
export SOURCE_DATE_EPOCH="$(date -u -d "@$SOURCE_DATE_EPOCH" '+%a %b %d %H:%M:%S UTC %Y')"