mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
flex_2_5_35: fix 404
This commit is contained in:
parent
b2608b8910
commit
d50437ba3e
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchurl, bison, m4 }:
|
{ stdenv, fetchurl, autoreconfHook, flex, bison, texinfo, help2man, m4 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "flex-2.5.35";
|
name = "flex-2.5.35";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/flex/flex-2.5.35.tar.bz2;
|
url = https://github.com/westes/flex/archive/flex-2-5-35.tar.gz;
|
||||||
sha256 = "0ysff249mwhq0053bw3hxh58djc0gy7vjan2z1krrf9n5d5vvv0b";
|
sha256 = "0wh06nix8bd4w1aq4k2fbbkdq5i30a9lxz3xczf3ff28yy0kfwzm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ bison ];
|
nativeBuildInputs = [ flex bison texinfo help2man autoreconfHook ];
|
||||||
|
|
||||||
propagatedNativeBuildInputs = [ m4 ];
|
propagatedNativeBuildInputs = [ m4 ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user