12 stdenv.mkDerivation rec {
14 version = "0.pre+unstable=2021-08-30";
16 src = fetchFromGitHub {
19 rev = "1a8cad03692ee6d32c03a136cdc76bdb169e15d8";
20 hash = "sha256-xyVEvD8s1J9Wj9NB4Gg+0ldvde7M8IVpzCOTttC1IY0=";
37 TERMINFO=$out/share/terminfo make install PREFIX=$out
43 homepage = "https://github.com/gnotclub/xst";
44 description = "Suckless Terminal fork";
46 license = licenses.mit;
47 maintainers = with maintainers; [ AndersonTorres ];
48 platforms = platforms.linux;