wlgreet: init at 2020-10-20

This commit is contained in:
luc65r 2020-10-31 16:56:59 +01:00 committed by Lucas Ransan
parent e55f0b5f02
commit 687b0d0622
No known key found for this signature in database
GPG Key ID: 37E8293E1B8B2307
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{ lib
, rustPlatform
, fetchFromSourcehut
}:
rustPlatform.buildRustPackage rec {
pname = "wlgreet";
version = "2020-10-20";
src = fetchFromSourcehut {
owner = "~kennylevinsen";
repo = pname;
rev = "4425d296b81550cce01f044fbd7ff083e37550f4";
sha256 = "0n0lzg3y1z5s9s6kfkdj5q8w67bqpw08hqfccc5kz0ninzy9j0cc";
};
cargoSha256 = "01bfv2kzg2r9z75b8pq61n2ydc8l5zh69jdyjpj931l642f6kd5a";
meta = with lib; {
description = "Raw wayland greeter for greetd, to be run under sway or similar";
homepage = "https://git.sr.ht/~kennylevinsen/wlgreet";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ luc65r ];
platforms = platforms.linux;
};
}

View File

@ -22551,6 +22551,7 @@ in
greetd = callPackage ../os-specific/linux/greetd { };
gtkgreet = callPackage ../os-specific/linux/gtkgreet { };
dlm = callPackage ../os-specific/linux/dlm { };
wlgreet = callPackage ../os-specific/linux/wlgreet { };
};
goldendict = libsForQt5.callPackage ../applications/misc/goldendict {