about summary refs log tree commit diff
path: root/pkgs/development/compilers/ecl
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-09-15 10:48:07 +0200
committerVladimír Čunát <v@cunat.cz>2019-09-15 10:50:08 +0200
commit991c0e1618a82c5d09a030f72479d6bba4cdf468 (patch)
tree35a5948a8f83f0d60fe24845619263727fd003d4 /pkgs/development/compilers/ecl
parent9d392dec79e065566eed05d9356581bd563149ca (diff)
downloadnixlib-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar
nixlib-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar.gz
nixlib-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar.bz2
nixlib-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar.lz
nixlib-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar.xz
nixlib-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar.zst
nixlib-991c0e1618a82c5d09a030f72479d6bba4cdf468.zip
treewide: mark packages as buildable on darwin (PR #45364)
vcunat amended the commit a bit; see the PR for details/discussion.
Diffstat (limited to 'pkgs/development/compilers/ecl')
-rw-r--r--pkgs/development/compilers/ecl/16.1.2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ecl/16.1.2.nix b/pkgs/development/compilers/ecl/16.1.2.nix
index c27f2a226705..bede9fa4aa68 100644
--- a/pkgs/development/compilers/ecl/16.1.2.nix
+++ b/pkgs/development/compilers/ecl/16.1.2.nix
@@ -78,6 +78,6 @@ stdenv.mkDerivation {
     description = "Lisp implementation aiming to be small, fast and easy to embed";
     license = stdenv.lib.licenses.mit ;
     maintainers = [stdenv.lib.maintainers.raskin];
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.unix;
   };
 }