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
lkl: install liblkl.so and liblkl-hijack.so
Ben Wolsieffer
7 years ago
2ebb4a35
212e78f7
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
lkl
default.nix
+3
-1
pkgs/applications/virtualization/lkl/default.nix
···
30
30
cp tools/lkl/{cptofs,fs2tar,lklfuse} $out/bin
31
31
ln -s cptofs $out/bin/cpfromfs
32
32
cp -r tools/lkl/include $dev/
33
33
-
cp tools/lkl/liblkl*.{a,so} $lib/lib
33
33
+
cp tools/lkl/liblkl.a \
34
34
+
tools/lkl/lib/liblkl.so \
35
35
+
tools/lkl/lib/hijack/liblkl-hijack.so $lib/lib
34
36
'';
35
37
36
38
# We turn off format and fortify because of these errors (fortify implies -O2, which breaks the jitter entropy code):