From c5bf79a64d81c3f698b1e03d0b36fd2bfe49b70f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 1 Dec 2021 20:58:07 +0100 Subject: [PATCH] cyanrip: drop It has been added to nixpkgs. --- cyanrip/default.nix | 35 ----------------------------------- default.nix | 2 -- flake.nix | 1 - 3 files changed, 38 deletions(-) delete mode 100644 cyanrip/default.nix diff --git a/cyanrip/default.nix b/cyanrip/default.nix deleted file mode 100644 index 862b5c5..0000000 --- a/cyanrip/default.nix +++ /dev/null @@ -1,35 +0,0 @@ -{ lib -, stdenv -, fetchFromGitHub -, meson -, ninja -, pkg-config -, ffmpeg -, libcdio -, libcdio-paranoia -, curl -, libmusicbrainz5 -}: - -stdenv.mkDerivation rec { - pname = "cyanrip"; - version = "0.7.0"; - - src = fetchFromGitHub { - owner = "cyanreg"; - repo = pname; - rev = "v${version}"; - sha256 = "0lgb92sfpf4w3nj5vlj6j7931mj2q3cmcx1app9snf853jk9ahmw"; - }; - - nativeBuildInputs = [ meson ninja pkg-config ]; - buildInputs = [ ffmpeg libcdio libcdio-paranoia curl libmusicbrainz5 ]; - - meta = with lib; { - description = "Fully featured CD ripping program able to take out most of the tedium"; - homepage = "https://github.com/cyanreg/cyanrip"; - license = with licenses; [ lgpl21Plus lgpl3Plus ]; # some files have lgpl21Plus header, repo has lgpl3Plus LICENSE - maintainers = with maintainers; [ sbruder ]; - platforms = platforms.unix; - }; -} diff --git a/default.nix b/default.nix index 1bb0b3f..266af19 100644 --- a/default.nix +++ b/default.nix @@ -19,8 +19,6 @@ in colorchord2 = callPackage ./colorchord2 { }; - cyanrip = callPackage ./cyanrip { }; - deemix = callPythonPackage ./deemix { }; fSpy = callPackage ./fSpy { }; diff --git a/flake.nix b/flake.nix index 59c95c5..0cbe4ce 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,6 @@ inherit (pkgs) VisiCut colorchord2 - cyanrip deemix fSpy face_morpher