vivaldi: mark meta.sourceProvenance

This commit is contained in:
FliegendeWurst 2022-06-01 10:09:27 +02:00 committed by Alexander Foremny
parent 746ecffade
commit 6a0ed325e3

View file

@ -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" ];
};