giflib_5_1: remove the alias (appears unused)

In 3605f128 I somehow forgot about the 5.1 names that now don't make
sense anymore.  I can't see any evidence of _5_1 alias ever being used
or (potentially) useful; _5 might make sense, but for now I couldn't
see why add it.
This commit is contained in:
Vladimír Čunát 2019-09-15 14:40:47 +02:00
parent b6c6e1f9e8
commit 6e66cf0f6b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 1 additions and 2 deletions

View File

@ -12404,9 +12404,8 @@ in
libwhereami = callPackage ../development/libraries/libwhereami { };
giflib = giflib_5_1;
giflib_4_1 = callPackage ../development/libraries/giflib/4.1.nix { };
giflib_5_1 = callPackage ../development/libraries/giflib/5.1.nix { };
giflib = callPackage ../development/libraries/giflib { };
libunarr = callPackage ../development/libraries/libunarr { };