12 stdenv.mkDerivation (finalAttrs: {
16 src = fetchFromGitHub {
19 rev = "release/${finalAttrs.version}";
20 hash = "sha256-4KzNhFswNTwcXrDBAfRyr502zwRQ3FACV8gDfBm7M0A=";
23 # Fix references to /usr/bin/perl in tests and
24 # disable acl/localgroup test that does not work in sandbox.
27 sed -i '\,server/acl/localgroup,d' tests/TESTS
42 # Invokes pod2man to create man pages required by Makefile.
49 "REMCTL_PERL_FLAGS='--prefix=$(out)'"
50 "REMCTL_PYTHON_INSTALL='--prefix=$(out)'"
53 checkTarget = "check-local";
56 description = "Remote execution tool";
57 homepage = "https://www.eyrie.org/~eagle/software/remctl";
58 mainProgram = "remctl";
59 license = licenses.mit;
60 maintainers = teams.deshaw.members;