summary refs log tree commit diff
path: root/pkgs/tools/networking/openssh/default.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-11-22 21:25:05 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-11-24 10:43:47 +0000
commit3681fa5456f7c259c3fb458807a6138195116015 (patch)
treef1a0f393706f5846ad8e578a3d063088ce90f8b5 /pkgs/tools/networking/openssh/default.nix
parent6f2475f5bf14963e6f8bdce7bbdc15d7ce7640e1 (diff)
direnv: make cross-compile on windows
Diffstat (limited to 'pkgs/tools/networking/openssh/default.nix')
-rw-r--r--pkgs/tools/networking/openssh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/openssh/default.nix b/pkgs/tools/networking/openssh/default.nix
index 7aeae3ca9d12c..7b3c00894667c 100644
--- a/pkgs/tools/networking/openssh/default.nix
+++ b/pkgs/tools/networking/openssh/default.nix
@@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.openssh.com/;
     description = "An implementation of the SSH protocol";
     license = stdenv.lib.licenses.bsd2;
-    platforms = platforms.unix;
+    platforms = platforms.unix ++ platforms.windows;
     maintainers = with maintainers; [ eelco aneeshusa ];
   };
 }