1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

libxshmfence: Bump to 1.3.

Needed with glibc-2.27.
This commit is contained in:
Shea Levy 2018-03-07 05:50:35 -05:00
parent fa3c86e196
commit 0f172e971c
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -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
};