mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 00:45:25 +03:00
knot-resolver: add a check for the last problem
This commit is contained in:
parent
1bb62167d3
commit
6fdd315178
@ -101,6 +101,10 @@ wrapped-full =
|
||||
|
||||
ln -sr '${unwrapped}/share/man' "$out"/share/
|
||||
ln -sr "$out"/{bin,sbin}
|
||||
|
||||
echo "Checking that 'http' module loads, i.e. lua search paths work:"
|
||||
echo "modules.load('http')" > test-http.lua
|
||||
echo -e 'quit()' | env -i "$out"/bin/kresd -a 127.0.0.1#53535 -c test-http.lua
|
||||
'';
|
||||
|
||||
in result
|
||||
|
Loading…
Reference in New Issue
Block a user