commit
a95eebd1cd
23
pkgs/tools/misc/beats/default.nix
Normal file
23
pkgs/tools/misc/beats/default.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "beats";
|
||||
version = "1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "j0hax";
|
||||
repo = "beats";
|
||||
rev = "v${version}";
|
||||
sha256 = "0qs5cmbncqhs11m4whqmrh2gvv3p3b37qz57xh78x2ma8jbhskqz";
|
||||
};
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/j0hax/beats";
|
||||
license = licenses.gpl3Only;
|
||||
description = "Swatch Internet Time implemented as a C program";
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.j0hax ];
|
||||
};
|
||||
}
|
@ -1860,6 +1860,8 @@ in
|
||||
|
||||
bat-extras = recurseIntoAttrs (callPackages ../tools/misc/bat-extras { });
|
||||
|
||||
beats = callPackage ../tools/misc/beats { };
|
||||
|
||||
beauty-line-icon-theme = callPackage ../data/icons/beauty-line-icon-theme {
|
||||
inherit (plasma5Packages) breeze-icons;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user