14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 hash = "sha256-8IDMLQPeO576N1lizVudXUmTV6hNOiowjzRpEWBsZ+U=";
26 substituteInPlace tests/libtest.sh \
27 --replace "/var/tmp" "$TMPDIR"
44 # incompatible with Nix sandbox
48 changelog = "https://github.com/containers/bubblewrap/releases/tag/${src.rev}";
49 description = "Unprivileged sandboxing tool";
50 homepage = "https://github.com/containers/bubblewrap";
51 license = licenses.lgpl2Plus;
52 maintainers = with maintainers; [ dotlambda ];
53 platforms = platforms.linux;
54 mainProgram = "bwrap";