direnv: make cross-compile on windows

This commit is contained in:
Jörg Thalheim
2018-11-24 10:43:47 +00:00
parent 6f2475f5bf
commit 3681fa5456
6 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -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 ];
};
}