k 5: fix proot signal 11 error with wrapper

This commit is contained in:
lassulus 2017-02-09 12:41:11 +01:00
parent 4e7fdf429f
commit 954477b867

View File

@ -45,12 +45,11 @@ with import <stockholm/lib>;
buildbot-worker = callPackage ./buildbot/worker.nix {};
# https://github.com/proot-me/PRoot/issues/106
proot = overrideDerivation pkgs.proot (oldAttrs: {
patches = singleton (pkgs.fetchurl {
url = https://github.com/openmole/PRoot/commit/10119a1f1fd7dea012464ae176c2b5fc3eb18928.diff;
sha256 = "0cmd95mz8p5ifjvfvi4g9zzyxqddbscxin2j3a9zbmbjl2wi458g";
});
});
proot = pkgs.writeScriptBin "proot" ''
#!${pkgs.dash}/bin/dash
export PROOT_NO_SECCOMP=1
exec ${pkgs.proot}/bin/proot "$@"
'';
# XXX symlinkJoin changed arguments somewhere around nixpkgs d541e0d
symlinkJoin = { name, paths, ... }@args: let