microsoft-edge: mark meta.sourceProvenance

This commit is contained in:
FliegendeWurst
2022-06-13 18:55:15 +08:00
committed by Alexander Foremny
parent 51d4989cdd
commit 746ecffade
@@ -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 ];
};