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

authored by Volker Diels-Grabsch and committed by GitHub f2b5d603 91bc257b

+5
+5
pkgs/by-name/bu/bubblewrap/package.nix
··· 23 23 hash = "sha256-8IDMLQPeO576N1lizVudXUmTV6hNOiowjzRpEWBsZ+U="; 24 24 }; 25 25 26 + outputs = [ 27 + "out" 28 + "dev" 29 + ]; 30 + 26 31 postPatch = '' 27 32 substituteInPlace tests/libtest.sh \ 28 33 --replace "/var/tmp" "$TMPDIR"