mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
x3270: enable parallel builds
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -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')"
|
||||
|
||||
Reference in New Issue
Block a user