infnoise: Also build and install tools
This commit is contained in:
parent
31cb3f9908
commit
d7432b815d
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ stdenv.mkDerivation rec {
|
|||
substituteInPlace init_scripts/infnoise.service --replace "/usr/local" "$out"
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
make -C tools
|
||||
find ./tools/ -executable -type f -exec \
|
||||
sh -c "install -Dm755 {} $out/bin/infnoise-\$(basename {})" \;
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
tests.version = testers.testVersion { package = infnoise; };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue