uni: init at 2.5.1

main
Charlotte Van Petegem 2 years ago committed by Charlotte Van Petegem
parent aa3b0b19f0
commit fd8983a40e
No known key found for this signature in database
GPG Key ID: 019E764B7184435A
  1. 24
      pkgs/applications/misc/uni/default.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -0,0 +1,24 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "uni";
version = "2.5.1";
src = fetchFromGitHub {
owner = "arp242";
repo = "uni";
rev = "v${version}";
sha256 = "kWiglMuJdcD7z2MDfz1MbItB8r9BJ7LUqfPfJa8QkLA=";
};
vendorSha256 = "6HNFCUSJA6oduCx/SCUQQeCHGS7ohaWRunixdwMurBw=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
meta = with lib; {
homepage = "https://github.com/arp242/uni";
description = "Query the Unicode database from the commandline, with good support for emojis";
license = licenses.mit;
maintainers = with maintainers; [ chvp ];
};
}

@ -30163,6 +30163,8 @@ with pkgs;
channel = "ungoogled-chromium";
});
uni = callPackage ../applications/misc/uni { };
unigine-valley = callPackage ../applications/graphics/unigine-valley { };
unigine-heaven = callPackage ../applications/graphics/unigine-heaven { };

Loading…
Cancel
Save