Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit aeac1a6068 - Show all commits

View File

@@ -28,9 +28,12 @@ stdenv.mkDerivation {
#!/bin/sh -e
${env}
''+pre+''
${pre}
${execMethod}${nixPrefix}${stageProgram nextStage} ${argvString}
''+post+''
${post}
EOF
chmod +x $out
'';