tor-browser-bundle-bin: mark meta.sourceProvenance

This commit is contained in:
FliegendeWurst 2022-06-01 09:47:11 +02:00 committed by Alexander Foremny
parent 04f2eb1b0a
commit 6603e6a8d1

View file

@ -434,5 +434,6 @@ stdenv.mkDerivation rec {
# the compound is "libre" in a strict sense (some components place certain
# restrictions on redistribution), it's free enough for our purposes.
license = licenses.free;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}