vivaldi: mark meta.sourceProvenance

This commit is contained in:
FliegendeWurst
2022-06-13 18:55:15 +08:00
committed by Alexander Foremny
parent 746ecffade
commit 6a0ed325e3
@@ -101,6 +101,7 @@ in stdenv.mkDerivation rec {
description = "A Browser for our Friends, powerful and personal";
homepage = "https://vivaldi.com";
license = licenses.unfree;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ otwieracz badmutex ];
platforms = [ "x86_64-linux" ];
};