Merge pull request #112116 from kanashimia/xst
This commit is contained in:
commit
cdc772c394
@ -1,18 +1,14 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, pkg-config, libX11, ncurses, libXext, libXft, fontconfig }:
|
{ lib, stdenv, fetchFromGitHub, pkg-config, libX11, ncurses, libXext, libXft, fontconfig }:
|
||||||
|
|
||||||
with lib;
|
stdenv.mkDerivation rec {
|
||||||
|
pname = "xst";
|
||||||
let
|
version = "0.8.4.1";
|
||||||
version = "0.7.2";
|
|
||||||
name = "xst-${version}";
|
|
||||||
in stdenv.mkDerivation {
|
|
||||||
inherit name;
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gnotclub";
|
owner = "gnotclub";
|
||||||
repo = "xst";
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1fplgy30gyrwkjsw3z947327r98i13zd1whwkplpj9fzckhb9vs9";
|
sha256 = "nOJcOghtzFkl7B/4XeXptn2TdrGQ4QTKBo+t+9npxOA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
@ -22,8 +18,8 @@ in stdenv.mkDerivation {
|
|||||||
TERMINFO=$out/share/terminfo make install PREFIX=$out
|
TERMINFO=$out/share/terminfo make install PREFIX=$out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/neeasade/xst";
|
homepage = "https://github.com/gnotclub/xst";
|
||||||
description = "Simple terminal fork that can load config from Xresources";
|
description = "Simple terminal fork that can load config from Xresources";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.vyp ];
|
maintainers = [ maintainers.vyp ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user