rure: add Haskell bindings to passthru.tests

This commit is contained in:
sternenseemann
2025-04-30 00:46:48 +02:00
parent b3068690a6
commit 6a7927984f
+5 -1
View File
@@ -4,6 +4,7 @@
rustPlatform,
fetchCrate,
fixDarwinDylibNames,
haskellPackages,
}:
let
@@ -36,7 +37,10 @@ rustPlatform.buildRustPackage {
fixDarwinDylibNames
];
passthru.updateScript = ./update.sh;
passthru = {
updateScript = ./update.sh;
tests.haskell-bindings = haskellPackages.regex-rure;
};
meta = {
description = "C API for Rust's regular expression library";