Skip to content

Commit

Permalink
Merge pull request #35360 from dtzWill/update/musl-1.1.19
Browse files Browse the repository at this point in the history
musl: 1.1.18 -> 1.1.19
  • Loading branch information
dtzWill committed Feb 22, 2018
2 parents ba58b42 + 381ace5 commit 28e1085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 75 deletions.
6 changes: 2 additions & 4 deletions pkgs/os-specific/linux/musl/default.nix
Expand Up @@ -20,11 +20,11 @@ let
in
stdenv.mkDerivation rec {
name = "musl-${version}";
version = "1.1.18";
version = "1.1.19";

src = fetchurl {
url = "http://www.musl-libc.org/releases/musl-${version}.tar.gz";
sha256 = "0651lnj5spckqjf83nz116s8qhhydgqdy3rkl4icbh5f05fyw5yh";
sha256 = "1nf1wh44bhm8gdcfr75ayib29b99vpq62zmjymrq7f96h9bshnfv";
};

enableParallelBuilding = true;
Expand All @@ -47,8 +47,6 @@ stdenv.mkDerivation rec {

outputs = [ "out" "dev" ];

patches = [ ./few-more-uapi-fixes.patch ];

dontDisableStatic = true;
dontStrip = true;

Expand Down
71 changes: 0 additions & 71 deletions pkgs/os-specific/linux/musl/few-more-uapi-fixes.patch

This file was deleted.

0 comments on commit 28e1085

Please sign in to comment.