opera: mark meta.sourceProvenance

This commit is contained in:
FliegendeWurst 2022-06-01 10:04:17 +02:00 committed by Alexander Foremny
parent c08c35ced3
commit 08947f3df6

View file

@ -127,5 +127,6 @@ in stdenv.mkDerivation rec {
description = "Web browser";
platforms = [ "x86_64-linux" ];
license = licenses.unfree;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}