mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
matcha: remove package
It is upstreamed to nixpkgs now.
This commit is contained in:
parent
6fc14f8358
commit
9898b0f8ac
@ -21,7 +21,6 @@ let
|
|||||||
hush-shell = callPackage ./hush-shell.nix { };
|
hush-shell = callPackage ./hush-shell.nix { };
|
||||||
kiwmi = callPackage ./kiwmi { };
|
kiwmi = callPackage ./kiwmi { };
|
||||||
lwp = callPackage ./lwp { };
|
lwp = callPackage ./lwp { };
|
||||||
matcha = callPackage ./matcha { };
|
|
||||||
moac = callPackage ./moac.nix { };
|
moac = callPackage ./moac.nix { };
|
||||||
mopidy-beets = callPackage ./mopidy-beets.nix { };
|
mopidy-beets = callPackage ./mopidy-beets.nix { };
|
||||||
mopidy-funkwhale = callPackage ./mopidy-funkwhale.nix { };
|
mopidy-funkwhale = callPackage ./mopidy-funkwhale.nix { };
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
{ stdenv
|
|
||||||
, lib
|
|
||||||
, buildGoModule
|
|
||||||
, fetchFromGitHub
|
|
||||||
}:
|
|
||||||
|
|
||||||
buildGoModule rec {
|
|
||||||
pname = "matcha";
|
|
||||||
version = "0.6";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "piqoni";
|
|
||||||
repo = pname;
|
|
||||||
rev = "v${version}";
|
|
||||||
hash = "sha256-Zk85k2SllPR9zznLGevwH6hS1EEW2qEa9YXbSguRVeM=";
|
|
||||||
};
|
|
||||||
|
|
||||||
vendorHash = "sha256-Dw1z23DRG0OtakJfrgpTfd71F58KfGsqz215zK0XOdI=";
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
homepage = "https://github.com/piqoni/matcha";
|
|
||||||
description = "Daily digest generator from a list of RSS feeds";
|
|
||||||
license = licenses.mit;
|
|
||||||
maintainers = with maintainers; [ foo-dogsquared ];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user