use per-derivation sandbox profiles
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user