mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
butler: delete package
It is available in nixpkgs now.
This commit is contained in:
parent
513763bc90
commit
f7f7627b7c
@ -1,26 +0,0 @@
|
||||
{ stdenv, lib, buildGoModule, fetchFromGitHub, brotli, p7zip }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "butler";
|
||||
version = "15.21.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "itchio";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-vciSmXR3wI3KcnC+Uz36AgI/WUfztA05MJv1InuOjJM=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-vdMu4Q/1Ami60JPPrdq5oFPc6TjmL9klZ6W+gBvfkx0=";
|
||||
|
||||
buildInputs = [ brotli p7zip ];
|
||||
|
||||
# The tests requires the package itself to be installed and IDK how to do it.
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command-line itch.io helper";
|
||||
homepage = "https://github.com/itchio/butler";
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
@ -10,7 +10,6 @@ let
|
||||
artem = callPackage ./artem.nix { };
|
||||
auto-editor = callPackage ./auto-editor.nix { };
|
||||
awesome-cli = callPackage ./awesome-cli { };
|
||||
butler = callPackage ./butler.nix { };
|
||||
cursedgl = callPackage ./cursedgl { };
|
||||
clidle = callPackage ./clidle.nix { };
|
||||
domterm = callPackage ./domterm { };
|
||||
|
Loading…
Reference in New Issue
Block a user