musl: 1.1.17 -> 1.1.18

Use this as an opportunity to remove
empty patches array.
This commit is contained in:
Will Dietz 2017-10-31 15:42:08 -05:00
parent 6798212571
commit 399020d2f5

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "musl-${version}";
version = "1.1.17";
version = "1.1.18";
src = fetchurl {
url = "http://www.musl-libc.org/releases/${name}.tar.gz";
sha256 = "0r0lyp2w6v2bvm8h1si7w3p2qx037szl14qnxm5p00568z3m3an8";
sha256 = "0651lnj5spckqjf83nz116s8qhhydgqdy3rkl4icbh5f05fyw5yh";
};
enableParallelBuilding = true;
@ -25,8 +25,6 @@ stdenv.mkDerivation rec {
"CFLAGS=-fstack-protector-strong"
];
patches = [];
dontDisableStatic = true;
meta = {