mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #157767 from uri-canva/xorg-1.17
xorg.xorgserver: remove abi 1.17
This commit is contained in:
commit
a152f900d1
@ -604,17 +604,7 @@ self: super:
|
||||
sed -i -e "s|#include <drm_fourcc.h>|#include <libdrm/drm_fourcc.h>|" $i
|
||||
done
|
||||
'';}
|
||||
else if (abiCompat == "1.17") then {
|
||||
name = "xorg-server-1.17.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = "mirror://xorg/individual/xserver/xorg-server-1.17.4.tar.bz2";
|
||||
sha256 = "0mv4ilpqi5hpg182mzqn766frhi6rw48aba3xfbaj4m82v0lajqc";
|
||||
};
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ xorgproto libdrm openssl libX11 libXau libXaw libxcb xcbutil xcbutilwm xcbutilimage xcbutilkeysyms xcbutilrenderutil libXdmcp libXfixes libxkbfile libXmu libXpm libXrender libXres libXt ];
|
||||
meta.platforms = lib.platforms.unix;
|
||||
} else if (abiCompat == "1.18") then {
|
||||
else if (abiCompat == "1.18") then {
|
||||
name = "xorg-server-1.18.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user