ldc: split includes to separate output
This commit is contained in:
parent
9f4128e00b
commit
a02f964d4c
@ -73,8 +73,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [ curl tzdata ];
|
||||
|
||||
outputs = [ "out" "include" ];
|
||||
outputInclude = "include";
|
||||
|
||||
cmakeFlags = [
|
||||
"-DD_FLAGS=-d-version=TZDatabaseDir;-d-version=LibcurlPath;-J${pathConfig}"
|
||||
"-DINCLUDE_INSTALL_DIR=${placeholder "include"}/include/d"
|
||||
];
|
||||
|
||||
postConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user