Merge pull request #117659 from siraben/uwuify-init
This commit is contained in:
commit
8880a6732e
23
pkgs/tools/misc/uwuify/default.nix
Normal file
23
pkgs/tools/misc/uwuify/default.nix
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{ lib, stdenv, fetchFromGitHub, rustPlatform, libiconv }:
|
||||||
|
|
||||||
|
rustPlatform.buildRustPackage rec {
|
||||||
|
pname = "uwuify";
|
||||||
|
version = "0.2.1";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "Daniel-Liu-c0deb0t";
|
||||||
|
repo = "uwu";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "sha256-tPmLqgrWi7wDoMjMrxodKp4S0ICwV9Kp7Pa151rHho0=";
|
||||||
|
};
|
||||||
|
|
||||||
|
cargoSha256 = "sha256-HUP6OEvoGJ/BtAl+yuGzqEp1bsxfGAh0UJtXz9/ZiK8=";
|
||||||
|
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Fast text uwuifier";
|
||||||
|
homepage = "https://github.com/Daniel-Liu-c0deb0t/uwu";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ siraben ];
|
||||||
|
};
|
||||||
|
}
|
@ -3362,6 +3362,8 @@ in
|
|||||||
|
|
||||||
usbview = callPackage ../tools/misc/usbview { };
|
usbview = callPackage ../tools/misc/usbview { };
|
||||||
|
|
||||||
|
uwuify = callPackage ../tools/misc/uwuify { };
|
||||||
|
|
||||||
anthy = callPackage ../tools/inputmethods/anthy { };
|
anthy = callPackage ../tools/inputmethods/anthy { };
|
||||||
|
|
||||||
evdevremapkeys = callPackage ../tools/inputmethods/evdevremapkeys { };
|
evdevremapkeys = callPackage ../tools/inputmethods/evdevremapkeys { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user