clooj: add platforms

wip/yesman
Ben Siraphob 3 years ago
parent 1a12ffa3b3
commit 575e853bd9
  1. 1
      pkgs/development/interpreters/clojure/clooj.nix

@ -26,5 +26,6 @@ stdenv.mkDerivation {
description = "A lightweight IDE for Clojure";
homepage = "https://github.com/arthuredelstein/clooj";
license = lib.licenses.bsd3;
platforms = lib.platforms.all;
};
}

Loading…
Cancel
Save