gtypist: update to 2.9.3 and fix the patch
This commit is contained in:
parent
b5a59b66b1
commit
d7283abbbb
@ -1,19 +1,16 @@
|
|||||||
{stdenv, fetchurl, ncurses}:
|
{stdenv, fetchurl, ncurses}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gtypist-2.9.1";
|
name = "gtypist-2.9.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/gtypist/gtypist-2.9.1.tar.xz";
|
url = "mirror://gnu/gtypist/gtypist-2.9.3.tar.xz";
|
||||||
sha256 = "1yv209aih1ixbs477vzzk1xj013g6w32vi33g0hldfzvfxbl9y5s";
|
sha256 = "0srwa841caci69hzqb47xfbxxf7fvz3640qka083p72vm8z9hsxw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ncurses];
|
buildInputs = [ncurses];
|
||||||
|
|
||||||
patches = [ (fetchurl {
|
patchPhase = "sed -e 's#ncursesw/##' -i configure src/*";
|
||||||
url = "http://projects.archlinux.org/svntogit/community.git/plain/trunk/ncurses.patch?h=packages/gtypist";
|
|
||||||
sha256 = "14crgh21gghszwijxjvixpijqzsgn62wx6kz28zkjskdw0p5vij1";
|
|
||||||
})];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gnu.org/software/gtypist;
|
homepage = http://www.gnu.org/software/gtypist;
|
||||||
|
Loading…
Reference in New Issue
Block a user