mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
dietlibc: fix merge failure
This commit is contained in:
parent
08893722ba
commit
d3fb7acb3a
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||
builder = ./builder.sh;
|
||||
|
||||
inherit glibc;
|
||||
kernelHeaders = glibc.kernelHeaders;
|
||||
kernelHeaders = glibc.linuxHeaders;
|
||||
hardening_stackprotector = false;
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue