apptainer: rearrange dependencies

This commit is contained in:
Yueh-Shun Li 2024-03-14 14:53:43 +08:00
parent 6b78a94909
commit 484782e7f4

View File

@ -26,6 +26,7 @@ in
{ lib { lib
, buildGoModule , buildGoModule
, runCommandLocal , runCommandLocal
, substituteAll
# Native build inputs # Native build inputs
, addDriverRunpath , addDriverRunpath
, makeWrapper , makeWrapper
@ -70,7 +71,6 @@ in
# Whether to compile with SUID support # Whether to compile with SUID support
, enableSuid ? false , enableSuid ? false
, starterSuidPath ? null , starterSuidPath ? null
, substituteAll
# newuidmapPath and newgidmapPath are to support --fakeroot # newuidmapPath and newgidmapPath are to support --fakeroot
# where those SUID-ed executables are unavailable from the FHS system PATH. # where those SUID-ed executables are unavailable from the FHS system PATH.
# Path to SUID-ed newuidmap executable # Path to SUID-ed newuidmap executable