summary refs log tree commit diff
path: root/pkgs/tools/text/gawk
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/text/gawk
parent6f2475f5bf14963e6f8bdce7bbdc15d7ce7640e1 (diff)
downloadnixpkgs-3681fa5456f7c259c3fb458807a6138195116015.tar
nixpkgs-3681fa5456f7c259c3fb458807a6138195116015.tar.gz
nixpkgs-3681fa5456f7c259c3fb458807a6138195116015.tar.bz2
nixpkgs-3681fa5456f7c259c3fb458807a6138195116015.tar.lz
nixpkgs-3681fa5456f7c259c3fb458807a6138195116015.tar.xz
nixpkgs-3681fa5456f7c259c3fb458807a6138195116015.tar.zst
nixpkgs-3681fa5456f7c259c3fb458807a6138195116015.zip
direnv: make cross-compile on windows
Diffstat (limited to 'pkgs/tools/text/gawk')
-rw-r--r--pkgs/tools/text/gawk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/gawk/default.nix b/pkgs/tools/text/gawk/default.nix
index 15d54f4a2a4..33ce5a0fdb8 100644
--- a/pkgs/tools/text/gawk/default.nix
+++ b/pkgs/tools/text/gawk/default.nix
@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
 
     license = licenses.gpl3Plus;
 
-    platforms = platforms.unix;
+    platforms = platforms.unix ++ platforms.windows;
 
     maintainers = [ ];
   };