bubblewrap: add dev output to reduce closure size of static build (#433640)
Volker Diels-Grabsch 4 months ago f2b5d603 91bc257b
··· 23 23 hash = "sha256-8IDMLQPeO576N1lizVudXUmTV6hNOiowjzRpEWBsZ+U="; 24 24 }; 25 25 26 26 + outputs = [ 27 27 + "out" 28 28 + "dev" 29 29 + ]; 30 30 + 26 31 postPatch = '' 27 32 substituteInPlace tests/libtest.sh \ 28 33 --replace "/var/tmp" "$TMPDIR"