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:
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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue