allegro: unpin texinfo

This commit is contained in:
Sandro Jäckel
2025-06-09 03:23:21 +02:00
parent 8543bc4907
commit cc9349bbe4
2 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@
lib,
stdenv,
fetchurl,
texinfo6_5,
texinfo6,
libXext,
xorgproto,
libX11,
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
pkg-config
];
buildInputs = [
texinfo6_5
texinfo6
libXext
xorgproto
libX11
+1 -1
View File
@@ -7687,7 +7687,7 @@ with pkgs;
texinfoPackages = callPackages ../development/tools/misc/texinfo/packages.nix { };
inherit (texinfoPackages)
texinfo6_5 # needed for allegro
texinfo6_5
texinfo6
texinfo7
;