9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 hash = "sha256-pNBw1ukNaqu40qPXnORUGApYpJ/0EAO9Tq5zAbDe33I=";
26 "-DINSTALL_DOCUMENTATION=ON"
30 homepage = "https://github.com/Ferdi265/pipectl";
31 license = licenses.gpl3;
32 description = "Simple named pipe management utility";
33 maintainers = with maintainers; [ synthetica ];
34 mainProgram = "pipectl";