summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorDaniel Peebles <copumpkin@users.noreply.github.com>2016-08-24 11:52:27 +0200
committerGitHub <noreply@github.com>2016-08-24 11:52:27 +0200
commit3f337a2b23eab043fbea3b15796e7002dfa96751 (patch)
treeadabe4dd64a11aedae79bb6e888347ee38a8487a /pkgs/tools/networking
parent76223aa4b2cc7ebda27a93f00829bd447701740a (diff)
parenta6faa04ee45f1466335cfeb28cfa1b897e31a9b7 (diff)
downloadnixlib-3f337a2b23eab043fbea3b15796e7002dfa96751.tar
nixlib-3f337a2b23eab043fbea3b15796e7002dfa96751.tar.gz
nixlib-3f337a2b23eab043fbea3b15796e7002dfa96751.tar.bz2
nixlib-3f337a2b23eab043fbea3b15796e7002dfa96751.tar.lz
nixlib-3f337a2b23eab043fbea3b15796e7002dfa96751.tar.xz
nixlib-3f337a2b23eab043fbea3b15796e7002dfa96751.tar.zst
nixlib-3f337a2b23eab043fbea3b15796e7002dfa96751.zip
Merge pull request #17685 from matthewbauer/darwin-misc2
Darwin misc. fixes
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/tlsdate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/tlsdate/default.nix b/pkgs/tools/networking/tlsdate/default.nix
index 66ead809d0bb..efea10eaa4da 100644
--- a/pkgs/tools/networking/tlsdate/default.nix
+++ b/pkgs/tools/networking/tlsdate/default.nix
@@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
     description = "Secure parasitic rdate replacement";
     homepage = https://github.com/ioerror/tlsdate;
     maintainers = with maintainers; [ tv fpletz ];
-    platforms = platforms.allBut [ "darwin" ];
+    platforms = platforms.allBut platforms.darwin;
   };
 }