8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-pNBw1ukNaqu40qPXnORUGApYpJ/0EAO9Tq5zAbDe33I=";
19 nativeBuildInputs = [ cmake scdoc ];
22 "-DINSTALL_DOCUMENTATION=ON"
26 homepage = "https://github.com/Ferdi265/pipectl";
27 license = licenses.gpl3;
28 description = "Simple named pipe management utility";
29 maintainers = with maintainers; [ synthetica ];
30 mainProgram = "pipectl";