Skip to content

Commit

Permalink
cmake: patch namelink regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Dec 11, 2020
1 parent a717b55 commit 8f02cdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/tools/build-managers/cmake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ stdenv.mkDerivation rec {
# Derived from https://github.com/libuv/libuv/commit/1a5d4f08238dd532c3718e210078de1186a5920d
./libuv-application-services.patch

# Fix namelink failures, can be removed in 3.19.2+
(fetchpatch {
url = "https://gitlab.kitware.com/cmake/cmake/-/commit/38bcb5c0a3accd2dd29fb7632c6b3bf31b990d82.patch";
sha256 = "17yr66wrayhmavsz46b37zfwp2jcwab1zig2xqps39ysndf74qjc";
})

] ++ lib.optional stdenv.isCygwin ./3.2.2-cygwin.patch;

outputs = [ "out" ];
Expand Down

0 comments on commit 8f02cdd

Please sign in to comment.