mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
zile: Update to 2.4.8 and fix compilation
http://hydra.nixos.org/build/3052831
This commit is contained in:
parent
4952fa98ee
commit
205e9235fc
@ -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.7";
|
name = "zile-2.4.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/zile/${name}.tar.gz";
|
url = "mirror://gnu/zile/${name}.tar.gz";
|
||||||
sha256 = "1ak7qjb7s4whxg8qpkg7yixfnhinwfmzgav7rzi0kjmm93z35xcc";
|
sha256 = "0jdwyyncplxpb32amf3qs3vsc3fcqmlb2hiayz1cmkg3ckhg94xp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses boehmgc ];
|
buildInputs = [ ncurses boehmgc ];
|
||||||
|
Loading…
Reference in New Issue
Block a user