Merge pull request #224449 from wineee/viper

libviperfx: mark meta.sourceProvenance
This commit is contained in:
Nick Cao 2023-04-04 09:37:28 +08:00 committed by GitHub
commit c45adc4c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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