dietlibc: fix merge failure
This commit is contained in:
parent
08893722ba
commit
d3fb7acb3a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
inherit glibc;
|
inherit glibc;
|
||||||
kernelHeaders = glibc.kernelHeaders;
|
kernelHeaders = glibc.linuxHeaders;
|
||||||
hardening_stackprotector = false;
|
hardening_stackprotector = false;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue