From 064f10ba3c3d17f4d3c28862c42fe4ed935cd7ad Mon Sep 17 00:00:00 2001 From: Alexander Flatter Date: Tue, 11 Nov 2014 15:44:45 +0100 Subject: [PATCH] Allow leiningen to build on darwin --- pkgs/development/tools/build-managers/leiningen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/build-managers/leiningen/default.nix b/pkgs/development/tools/build-managers/leiningen/default.nix index 7a7755ab2b0..5f3a032051b 100644 --- a/pkgs/development/tools/build-managers/leiningen/default.nix +++ b/pkgs/development/tools/build-managers/leiningen/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { homepage = http://leiningen.org/; description = "Project automation for Clojure"; license = stdenv.lib.licenses.epl10; - platforms = stdenv.lib.platforms.linux; + platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin; maintainers = with stdenv.lib.maintainers; [ the-kenny ]; }; }