We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8977bee commit 25c762fCopy full SHA for 25c762f
pkgs/development/tools/parsing/flex/2.5.35.nix
@@ -1,10 +1,12 @@
1
{ stdenv, fetchurl, bison, m4 }:
2
3
-stdenv.mkDerivation {
+stdenv.mkDerivation rec {
4
name = "flex-2.5.35";
5
6
src = fetchurl {
7
- url = mirror://sourceforge/flex/flex-2.5.35.tar.bz2;
+ # Deleted from original SourceForge and GitHub only provides generated file.
8
+ # Note: binary cache still seems to serve it, too.
9
+ url = "http://downloads.openwrt.org/sources/${name}.tar.bz2";
10
sha256 = "0ysff249mwhq0053bw3hxh58djc0gy7vjan2z1krrf9n5d5vvv0b";
11
};
12
0 commit comments