clooj: add platforms

This commit is contained in:
Ben Siraphob 2021-03-22 15:07:25 +07:00
parent 1a12ffa3b3
commit 575e853bd9

@ -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;
};
}