···30 cp tools/lkl/{cptofs,fs2tar,lklfuse} $out/bin
31 ln -s cptofs $out/bin/cpfromfs
32 cp -r tools/lkl/include $dev/
33- cp tools/lkl/liblkl*.{a,so} $lib/lib
0034 '';
3536 # We turn off format and fortify because of these errors (fortify implies -O2, which breaks the jitter entropy code):
···30 cp tools/lkl/{cptofs,fs2tar,lklfuse} $out/bin
31 ln -s cptofs $out/bin/cpfromfs
32 cp -r tools/lkl/include $dev/
33+ cp tools/lkl/liblkl.a \
34+ tools/lkl/lib/liblkl.so \
35+ tools/lkl/lib/hijack/liblkl-hijack.so $lib/lib
36 '';
3738 # We turn off format and fortify because of these errors (fortify implies -O2, which breaks the jitter entropy code):