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:
parent
fa3c86e196
commit
0f172e971c
|
@ -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…
Reference in a new issue