15 stdenv.mkDerivation rec {
19 src = fetchFromSourcehut {
20 owner = "~leon_plickat";
23 sha256 = "sha256-aHA4kXHYH+KvAJSep5X3DqsiK6WFpXr3rGQl/KNiUcY=";
46 description = "Digital analog clock for Wayland desktops";
47 homepage = "https://git.sr.ht/~leon_plickat/wlclock";
48 license = licenses.gpl3;
49 maintainers = with maintainers; [ nomisiv ];
50 platforms = with platforms; linux;
51 mainProgram = "wlclock";