tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ldacbt: split headers to "dev" output
Sergei Trofimovich
2 years ago
752e62b4
2f5fa4a6
+7
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
ldacbt
default.nix
+7
pkgs/development/libraries/ldacbt/default.nix
···
15
15
fetchSubmodules = true;
16
16
};
17
17
18
18
+
outputs = [ "out" "dev" ];
19
19
+
18
20
nativeBuildInputs = [
19
21
cmake
22
22
+
];
23
23
+
24
24
+
cmakeFlags = [
25
25
+
# CMakeLists.txt by default points to $out
26
26
+
"-DINSTALL_INCLUDEDIR=${placeholder "dev"}/include"
20
27
];
21
28
22
29
meta = with lib; {