libxshmfence: Bump to 1.3.

Needed with glibc-2.27.
wip/yesman
Shea Levy 6 years ago
parent fa3c86e196
commit 0f172e971c
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27
  1. 5
      pkgs/servers/x11/xorg/overrides.nix

@ -271,6 +271,11 @@ in
};
libxshmfence = attrs: attrs // {
name = "libxshmfence-1.3";
src = args.fetchurl {
url = mirror://xorg/individual/lib/libxshmfence-1.3.tar.bz2;
sha256 = "1ir0j92mnd1nk37mrv9bz5swnccqldicgszvfsh62jd14q6k115q";
};
outputs = [ "out" "dev" ]; # mainly to avoid propagation
};

Loading…
Cancel
Save