urbit: add sourceProvenance

This commit is contained in:
Daniel Nagy 2023-05-15 16:45:00 +02:00
parent e4d36f60ce
commit 892ed4125c
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"];
maintainers = [ maintainers.matthew-levan ];
license = licenses.mit;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}