From 467396244079d3a0188c2aa97fe55d3a3bca6870 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 28 Aug 2018 12:48:33 -0700 Subject: [PATCH] ratpoison: Allow building on Darwin --- pkgs/applications/window-managers/ratpoison/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/ratpoison/default.nix b/pkgs/applications/window-managers/ratpoison/default.nix index ced8e2e0b9d5..fded0ee24a57 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 ]; }; }