global: update from 6.2.12 to 6.3.4
This commit is contained in:
parent
1d92bdd1ff
commit
a9719f9dbb
1 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
{ fetchurl, stdenv, libtool, ncurses }:
|
{ fetchurl, stdenv, libtool, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "global-6.2.12";
|
name = "global-6.3.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/global/${name}.tar.gz";
|
url = "mirror://gnu/global/${name}.tar.gz";
|
||||||
sha256 = "05jkhya1cs6yqhkf8nw5x56adkxxrqyga7sq7hx44dbf7alczwfa";
|
sha256 = "0hcplcayyjf42d8ygzla6142b5dq4ybq4wg3n3cgx3b5yfhvic85";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libtool ncurses ];
|
buildInputs = [ libtool ncurses ];
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
cp -v *.el "$out/share/emacs/site-lisp"
|
cp -v *.el "$out/share/emacs/site-lisp"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Source code tag system";
|
description = "Source code tag system";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
@ -37,11 +37,11 @@ stdenv.mkDerivation rec {
|
||||||
operating system like GNU and BSD.
|
operating system like GNU and BSD.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
|
||||||
homepage = http://www.gnu.org/software/global/;
|
homepage = http://www.gnu.org/software/global/;
|
||||||
|
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue