boinc: copy systemd service file to output

main
Luflosi 3 years ago
parent 4e0d9003fc
commit ca87168c6e
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
  1. 4
      pkgs/applications/science/misc/boinc/default.nix

@ -37,6 +37,10 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-server" ];
postInstall = ''
install --mode=444 -D 'client/scripts/boinc-client.service' "$out/etc/systemd/system/boinc.service"
'';
meta = with lib; {
description = "Free software for distributed and grid computing";
homepage = "https://boinc.berkeley.edu/";

Loading…
Cancel
Save