bubblewrap: add dev output to reduce closure size of static build (#433640)

Changed files
+5
pkgs
by-name
bu
bubblewrap
+5
pkgs/by-name/bu/bubblewrap/package.nix
···
hash = "sha256-8IDMLQPeO576N1lizVudXUmTV6hNOiowjzRpEWBsZ+U=";
};
postPatch = ''
substituteInPlace tests/libtest.sh \
--replace "/var/tmp" "$TMPDIR"
···
hash = "sha256-8IDMLQPeO576N1lizVudXUmTV6hNOiowjzRpEWBsZ+U=";
};
+
outputs = [
+
"out"
+
"dev"
+
];
+
postPatch = ''
substituteInPlace tests/libtest.sh \
--replace "/var/tmp" "$TMPDIR"