Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ldacbt: split headers to "dev" output

+7
+7
pkgs/development/libraries/ldacbt/default.nix
··· 15 15 fetchSubmodules = true; 16 16 }; 17 17 18 + outputs = [ "out" "dev" ]; 19 + 18 20 nativeBuildInputs = [ 19 21 cmake 22 + ]; 23 + 24 + cmakeFlags = [ 25 + # CMakeLists.txt by default points to $out 26 + "-DINSTALL_INCLUDEDIR=${placeholder "dev"}/include" 20 27 ]; 21 28 22 29 meta = with lib; {