Skip to content

Commit

Permalink
cctools-port: 886 -> 895
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Apr 9, 2017
1 parent d93f2c3 commit c595d5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 122 deletions.
98 changes: 0 additions & 98 deletions pkgs/os-specific/darwin/cctools/ld-tbd-v2.patch

This file was deleted.

10 changes: 3 additions & 7 deletions pkgs/os-specific/darwin/cctools/port.nix
Expand Up @@ -6,13 +6,13 @@
let
baseParams = rec {
name = "cctools-port-${version}";
version = "886";
version = "895";

src = fetchFromGitHub {
owner = "tpoechtrager";
repo = "cctools-port";
rev = "02f0b8ecd87a3951653d838a321ae744815e21a5";
sha256 = "0bzyabzr5dvbxglr74d0kbrk2ij5x7s5qcamqi1v546q1had1wz1";
rev = "2e569d765440b8cd6414a695637617521aa2375b"; # From branch 895-ld64-274.2
sha256 = "0l45mvyags56jfi24rawms8j2ihbc45mq7v13pkrrwppghqrdn52";
};

buildInputs = [ autoconf automake libtool_2 libuuid ] ++
Expand All @@ -22,10 +22,6 @@ let

patches = [
./ld-rpath-nonfinal.patch ./ld-ignore-rpath-link.patch
] ++ stdenv.lib.optionals stdenv.isDarwin [
# See https://github.com/tpoechtrager/cctools-port/issues/24. Remove when that's fixed.
./undo-unknown-triple.patch
./ld-tbd-v2.patch
];

enableParallelBuilding = true;
Expand Down
17 changes: 0 additions & 17 deletions pkgs/os-specific/darwin/cctools/undo-unknown-triple.patch

This file was deleted.

0 comments on commit c595d5e

Please sign in to comment.