perl: remove unsupported sandboxProfile
This commit is contained in:
parent
f82063ed20
commit
34fe3e0a49
|
@ -44,7 +44,6 @@ let
|
||||||
substituteInPlace dist/PathTools/Cwd.pm \
|
substituteInPlace dist/PathTools/Cwd.pm \
|
||||||
--replace "/bin/pwd" "$pwd"
|
--replace "/bin/pwd" "$pwd"
|
||||||
'';
|
'';
|
||||||
sandboxProfile = sandbox.allow "ipc-sysv-sem";
|
|
||||||
|
|
||||||
# Build a thread-safe Perl with a dynamic libperls.o. We need the
|
# Build a thread-safe Perl with a dynamic libperls.o. We need the
|
||||||
# "installstyle" option to ensure that modules are put under
|
# "installstyle" option to ensure that modules are put under
|
||||||
|
|
Loading…
Reference in New Issue