mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 05:57:30 +00:00
flex_2_6_1: delete in favor of flex 2.6.4 (#50292)
This commit is contained in:
parent
fc11b48859
commit
5b4044ab55
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, imake, bison, flex_2_6_1, gccmakedep
|
||||
{ stdenv, fetchurl, imake, bison, flex, gccmakedep
|
||||
, xproto, libXau, libXt, libXext, libXaw, libXpm, xorgcffiles }:
|
||||
|
||||
let
|
||||
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
|
||||
sha256 = "17dk0ckm6mp1ajc0cd6bwyi638ynw2f6bhbn7gynrs0wfmiyldng";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ imake bison flex_2_6_1 gccmakedep ];
|
||||
nativeBuildInputs = [ imake bison flex gccmakedep ];
|
||||
|
||||
buildInputs = [ xproto libXau libXt libXext libXaw libXpm ];
|
||||
|
||||
|
@ -8510,7 +8510,6 @@ with pkgs;
|
||||
jdepend = callPackage ../development/tools/analysis/jdepend { };
|
||||
|
||||
flex_2_5_35 = callPackage ../development/tools/parsing/flex/2.5.35.nix { };
|
||||
flex_2_6_1 = callPackage ../development/tools/parsing/flex/2.6.1.nix { };
|
||||
flex = callPackage ../development/tools/parsing/flex { };
|
||||
|
||||
flexcpp = callPackage ../development/tools/parsing/flexc++ { };
|
||||
|
Loading…
Reference in New Issue
Block a user