12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-V7WzletBFOOXBXClDJZIGT2comnC5WDApO1ZCoPKThY=";
37 TERMINFO=$out/share/terminfo make install PREFIX=$out
43 homepage = "https://github.com/gnotclub/xst";
44 description = "Simple terminal fork that can load config from Xresources";
46 license = licenses.mit;
47 maintainers = [ maintainers.vyp ];
48 platforms = platforms.linux;