libviperfx: mark meta.sourceProvenance

This commit is contained in:
rewine 2023-04-03 16:50:06 +08:00
parent 1010c17591
commit fb372a28d8
No known key found for this signature in database
GPG key ID: AABB329787290824

View file

@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ rewine ];
platforms = [ "x86_64-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}