mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
GNU Zile 2.4.7.
svn path=/nixpkgs/trunk/; revision=33695
This commit is contained in:
parent
e5c7358336
commit
0e84e56083
@ -1,11 +1,11 @@
|
|||||||
{ fetchurl, stdenv, ncurses, boehmgc, perl, help2man }:
|
{ fetchurl, stdenv, ncurses, boehmgc, perl, help2man }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zile-2.4.3";
|
name = "zile-2.4.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/zile/${name}.tar.gz";
|
url = "mirror://gnu/zile/${name}.tar.gz";
|
||||||
sha256 = "0rygkc3i9bngzn49kq9fnrbz80d8pa2yjy8iz7vjlc4ayc2akvc3";
|
sha256 = "1ak7qjb7s4whxg8qpkg7yixfnhinwfmzgav7rzi0kjmm93z35xcc";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses boehmgc ];
|
buildInputs = [ ncurses boehmgc ];
|
||||||
|
Loading…
Reference in New Issue
Block a user