use per-derivation sandbox profiles

This commit is contained in:
Jude Taylor
2015-11-12 18:59:17 -08:00
parent 914e9baefe
commit df80090d09
21 changed files with 209 additions and 50 deletions

View File

@@ -924,4 +924,8 @@ self: super: {
librarySystemDepends = (drv.librarySystemDepends or []) ++ [ pkgs.ncurses ];
});
streaming-commons = pkgs.stdenv.lib.overrideDerivation super.streaming-commons (drv: {
__sandboxProfile = drv.__sandboxProfile +
pkgs.stdenv.lib.sandbox.allowNetworkLocal;
});
}