1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

clooj: add platforms

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

View file

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