Merge pull request #4944 from aflatter/enable-leiningen-on-darwin
Allow leiningen to build on darwin
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://leiningen.org/;
|
homepage = http://leiningen.org/;
|
||||||
description = "Project automation for Clojure";
|
description = "Project automation for Clojure";
|
||||||
license = stdenv.lib.licenses.epl10;
|
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 ];
|
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user