microsoft-edge: mark meta.sourceProvenance

This commit is contained in:
FliegendeWurst 2022-06-01 10:07:10 +02:00 committed by Alexander Foremny
parent 51d4989cdd
commit 746ecffade

View file

@ -185,6 +185,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.microsoft.com/en-us/edge";
description = "The web browser from Microsoft";
license = licenses.unfree;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ zanculmarktum kuwii ];
};