From b4f835e21ccc4f166956591a8b5658fdcb96f3ee Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 14 Dec 2019 11:56:48 +0000 Subject: chore(infra/nixos): Remove deprecated local packages --- infra/nixos/pkgs/pulseaudio-ctl.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 infra/nixos/pkgs/pulseaudio-ctl.nix (limited to 'infra/nixos/pkgs/pulseaudio-ctl.nix') diff --git a/infra/nixos/pkgs/pulseaudio-ctl.nix b/infra/nixos/pkgs/pulseaudio-ctl.nix deleted file mode 100644 index 9651ea097f7b..000000000000 --- a/infra/nixos/pkgs/pulseaudio-ctl.nix +++ /dev/null @@ -1,26 +0,0 @@ -with import {}; - -stdenv.mkDerivation rec { - name = "pulseaudio-ctl-${version}"; - version = "v1.66"; - - src = fetchzip { - url = "https://github.com/graysky2/pulseaudio-ctl/archive/${version}.tar.gz"; - sha256 = "19a24w7y19551ar41q848w7r1imqkl9cpff4dpb7yry7qp1yjg0y"; - }; - - buildFlags = ''PREFIX=$(out)''; - - # Force Nix to detect the runtime dependency on 'bc' - preInstall = '' - sed -i 's|bc)|${bc}/bin/bc)|g' common/pulseaudio-ctl - ''; - - installFlags = ''PREFIX=$(out)''; - - meta = with stdenv.lib; { - description = "Control pulseaudio volume from the shell or mapped to keyboard shortcuts"; - homepage = "https://github.com/graysky2/pulseaudio-ctl"; - license = licenses.mit; - }; -} -- cgit 1.4.1