firefox-bin: mark meta.sourceProvenance

This commit is contained in:
FliegendeWurst 2022-06-01 10:05:32 +02:00 committed by Alexander Foremny
parent 76b1ca1c35
commit 51d4989cdd

View file

@ -206,6 +206,7 @@ stdenv.mkDerivation {
description = "Mozilla Firefox, free web browser (binary package)";
homepage = "http://www.mozilla.org/firefox/";
license = licenses.mpl20;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = builtins.attrNames mozillaPlatforms;
hydraPlatforms = [];
maintainers = with maintainers; [ taku0 lovesegfault ];