mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
rl_json: set platforms to tcl platforms
This commit is contained in:
parent
55f0519012
commit
42934bf64f
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
values, and comparable in speed.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ fgaz ];
|
||||
platforms = lib.platforms.all;
|
||||
platforms = tcl.meta.platforms;
|
||||
# From version 0.15.1: 'endian.h' file not found
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user