caf: fix build on darwin
This commit is contained in:
parent
3537767db8
commit
d0f6b1f5a3
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||
checkTarget = "test";
|
||||
preCheck = ''
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib
|
||||
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$PWD/lib
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in New Issue