mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
gsimplecal: fix build w/glibc-2.32
This commit is contained in:
parent
24fd601640
commit
a76e699250
@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1sa05ifjp41xipfspk5n6l3wzpzmp3i45q88l01p4l6k6drsq336";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -ie '/sys\/sysctl.h/d' src/Unique.cpp
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user