tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rure: add Haskell bindings to passthru.tests
sternenseemann
9 months ago
6a792798
b3068690
+5
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ru
rure
package.nix
+5
-1
pkgs/by-name/ru/rure/package.nix
···
4
rustPlatform,
5
fetchCrate,
6
fixDarwinDylibNames,
0
7
}:
8
9
let
···
36
fixDarwinDylibNames
37
];
38
39
-
passthru.updateScript = ./update.sh;
0
0
0
40
41
meta = {
42
description = "C API for Rust's regular expression library";
···
4
rustPlatform,
5
fetchCrate,
6
fixDarwinDylibNames,
7
+
haskellPackages,
8
}:
9
10
let
···
37
fixDarwinDylibNames
38
];
39
40
+
passthru = {
41
+
updateScript = ./update.sh;
42
+
tests.haskell-bindings = haskellPackages.regex-rure;
43
+
};
44
45
meta = {
46
description = "C API for Rust's regular expression library";