about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2016-08-01 09:45:56 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2016-08-10 21:16:37 +0200
commitd5569064c38a8cd816a1e4aecfe23e3d52054df9 (patch)
tree297e3448021c9d708a9246cdb9fe4e3efed6df16
parent899d02642672005a3e65d71d9cbf5908601f094c (diff)
downloadnixlib-d5569064c38a8cd816a1e4aecfe23e3d52054df9.tar
nixlib-d5569064c38a8cd816a1e4aecfe23e3d52054df9.tar.gz
nixlib-d5569064c38a8cd816a1e4aecfe23e3d52054df9.tar.bz2
nixlib-d5569064c38a8cd816a1e4aecfe23e3d52054df9.tar.lz
nixlib-d5569064c38a8cd816a1e4aecfe23e3d52054df9.tar.xz
nixlib-d5569064c38a8cd816a1e4aecfe23e3d52054df9.tar.zst
nixlib-d5569064c38a8cd816a1e4aecfe23e3d52054df9.zip
rustcUnstable: Add note about when to drop the patch.
-rw-r--r--pkgs/development/compilers/rust/head.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/rust/head.nix b/pkgs/development/compilers/rust/head.nix
index 9befaca86daa..738c21a53275 100644
--- a/pkgs/development/compilers/rust/head.nix
+++ b/pkgs/development/compilers/rust/head.nix
@@ -11,6 +11,8 @@ rec {
     srcSha = "07wybqvnw99fljmcy33vb9iwirmp10cwy47n008p396s7pb852hv";
     patches = [
       ./patches/disable-lockfile-check.patch
+      # Drop this patch after
+      # https://github.com/rust-lang/rust/pull/35140 gets merged
       ./patches/tcp-stress-test-run-a-smaller-number-of-threads.patch
     ] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
     inherit targets;