summary refs log tree commit diff
path: root/pkgs/servers/gpm
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2017-05-23 10:36:32 -0300
committerDavid McFarland <corngood@gmail.com>2017-06-26 09:33:12 -0300
commit84a4ee5c041697fd25d4082a0f94ec1d82406017 (patch)
treee5a91fe408f2f89efc2de06af898e618c26b208a /pkgs/servers/gpm
parenta08024bcb0fbde4d866bf91ac8ee9776ed23d78a (diff)
downloadnixlib-84a4ee5c041697fd25d4082a0f94ec1d82406017.tar
nixlib-84a4ee5c041697fd25d4082a0f94ec1d82406017.tar.gz
nixlib-84a4ee5c041697fd25d4082a0f94ec1d82406017.tar.bz2
nixlib-84a4ee5c041697fd25d4082a0f94ec1d82406017.tar.lz
nixlib-84a4ee5c041697fd25d4082a0f94ec1d82406017.tar.xz
nixlib-84a4ee5c041697fd25d4082a0f94ec1d82406017.tar.zst
nixlib-84a4ee5c041697fd25d4082a0f94ec1d82406017.zip
gpm: allow cygwin
Diffstat (limited to 'pkgs/servers/gpm')
-rw-r--r--pkgs/servers/gpm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/gpm/default.nix b/pkgs/servers/gpm/default.nix
index ac5e0b7c1b1c..e260ccfb761b 100644
--- a/pkgs/servers/gpm/default.nix
+++ b/pkgs/servers/gpm/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.nico.schottelius.org/software/gpm/;
     description = "A daemon that provides mouse support on the Linux console";
     license = licenses.gpl2;
-    platforms = platforms.linux;
+    platforms = platforms.linux ++ platforms.cygwin;
     maintainers = with maintainers; [ eelco wkennington ];
   };
 }