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
4
rustPlatform,
5
5
fetchCrate,
6
6
fixDarwinDylibNames,
7
7
+
haskellPackages,
7
8
}:
8
9
9
10
let
···
36
37
fixDarwinDylibNames
37
38
];
38
39
39
39
-
passthru.updateScript = ./update.sh;
40
40
+
passthru = {
41
41
+
updateScript = ./update.sh;
42
42
+
tests.haskell-bindings = haskellPackages.regex-rure;
43
43
+
};
40
44
41
45
meta = {
42
46
description = "C API for Rust's regular expression library";