tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
maintainers: add tanya1866
Tanya
10 months ago
a1726999
14552c1b
+10
-4
2 changed files
expand all
collapse all
unified
split
maintainers
maintainer-list.nix
pkgs
by-name
li
libhydrogen
package.nix
+7
maintainers/maintainer-list.nix
···
23540
23540
githubId = 1901799;
23541
23541
name = "Nathan van Doorn";
23542
23542
};
23543
23543
+
tanya1866 = {
23544
23544
+
email = "tanyaarora@tutamail.com";
23545
23545
+
matrix = "@tanya1866:matrix.org";
23546
23546
+
github = "tanya1866";
23547
23547
+
githubId = 119473725;
23548
23548
+
name = "Tanya Arora";
23549
23549
+
};
23543
23550
taranarmo = {
23544
23551
email = "taranarmo@gmail.com";
23545
23552
github = "taranarmo";
+3
-4
pkgs/by-name/li/libhydrogen/package.nix
···
30
30
"INCLUDE_INSTALL_DIR=${placeholder "dev"}/include"
31
31
"LIBRARY_INSTALL_DIR=${placeholder "out"}/lib"
32
32
"PKGCONFIG_INSTALL_DIR=${placeholder "dev"}/lib/pkgconfig"
33
33
+
"lib"
33
34
];
35
35
+
36
36
+
checkTarget = "test";
34
37
35
38
postInstall = ''
36
39
mkdir -p "$dev/lib/pkgconfig"
···
47
50
48
51
preCheck = ''
49
52
export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH
50
50
-
'';
51
51
-
52
52
-
checkPhase = ''
53
53
-
tests/tests
54
53
'';
55
54
56
55
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;