10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "08yp7fprmzm6px5yx2rvzri0l60bra5h59l26pn0k071a37ks1rb";
25 nativeBuildInputs = [ pkg-config ];
27 postPatch = ''substituteInPlace Makefile --replace "\$(DESTDIR)/usr" "$out"'';
30 description = "CLI PulseAudio Volume Control";
31 homepage = "https://github.com/falconindy/ponymix";
32 mainProgram = "ponymix";
33 license = licenses.mit;
34 platforms = platforms.linux;
35 maintainers = with maintainers; [ ericsagnes ];