screenFetch: 2016-01-13 -> 2016-10-11

This commit is contained in:
Chris Darnell 2016-10-16 19:07:49 -04:00
parent 5118c50ba3
commit e21f858922

View file

@ -1,14 +1,15 @@
{ stdenv, fetchgit, makeWrapper { stdenv, fetchFromGitHub, makeWrapper, coreutils, gawk, procps, gnused
, coreutils, gawk, procps, gnused, findutils, xdpyinfo, xprop, gnugrep , findutils, xdpyinfo, xprop, gnugrep, ncurses
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "screenFetch-2016-01-13"; name = "screenFetch-2016-10-11";
src = fetchgit { src = fetchFromGitHub {
url = git://github.com/KittyKatt/screenFetch.git; owner = "KittyKatt";
rev = "22e5bee7647453d45ec82f543f37b8a6a062835d"; repo = "screenFetch";
sha256 = "0xdiz02bqg7ajj547j496qq9adysm1f6zymcy3yyfgw3prnzvdir"; rev = "89e51f24018c89b3647deb24406a9af3a78bbe99";
sha256 = "0i2k261jj2s4sfhav7vbsd362pa0gghw6qhwafhmicmf8hq2a18v";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
@ -28,7 +29,8 @@ stdenv.mkDerivation {
--prefix PATH : "${findutils}/bin" \ --prefix PATH : "${findutils}/bin" \
--prefix PATH : "${xdpyinfo}/bin" \ --prefix PATH : "${xdpyinfo}/bin" \
--prefix PATH : "${xprop}/bin" \ --prefix PATH : "${xprop}/bin" \
--prefix PATH : "${gnugrep}/bin" --prefix PATH : "${gnugrep}/bin" \
--prefix PATH : "${ncurses}/bin"
''; '';
meta = { meta = {