summary refs log tree commit diff
path: root/pkgs/applications/window-managers/ratpoison
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2018-08-28 12:48:33 -0700
committerJohn Wiegley <johnw@newartisans.com>2018-08-28 12:51:04 -0700
commit467396244079d3a0188c2aa97fe55d3a3bca6870 (patch)
tree21f7bc5268c0d7595832a719a462db4564d22bfa /pkgs/applications/window-managers/ratpoison
parent1f8ee1b0d781e44e6a8a30611291851a8b2ad35a (diff)
downloadnixpkgs-467396244079d3a0188c2aa97fe55d3a3bca6870.tar
nixpkgs-467396244079d3a0188c2aa97fe55d3a3bca6870.tar.gz
nixpkgs-467396244079d3a0188c2aa97fe55d3a3bca6870.tar.bz2
nixpkgs-467396244079d3a0188c2aa97fe55d3a3bca6870.tar.lz
nixpkgs-467396244079d3a0188c2aa97fe55d3a3bca6870.tar.xz
nixpkgs-467396244079d3a0188c2aa97fe55d3a3bca6870.tar.zst
nixpkgs-467396244079d3a0188c2aa97fe55d3a3bca6870.zip
ratpoison: Allow building on Darwin
Diffstat (limited to 'pkgs/applications/window-managers/ratpoison')
-rw-r--r--pkgs/applications/window-managers/ratpoison/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/ratpoison/default.nix b/pkgs/applications/window-managers/ratpoison/default.nix
index ced8e2e0b9d..fded0ee24a5 100644
--- a/pkgs/applications/window-managers/ratpoison/default.nix
+++ b/pkgs/applications/window-managers/ratpoison/default.nix
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
        cripples Emacs and other quality pieces of software.
     '';
 
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = [ maintainers.AndersonTorres ];
   };
 }