summary refs log tree commit diff
path: root/pkgs/development/libraries/json-c
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-10 23:20:23 +0100
committerPeter Simons <simons@cryp.to>2013-12-10 23:20:23 +0100
commit48f24712dca6859a4f66dcb46c5b5056a12f0ef8 (patch)
tree391cf5a211e2da929f9ea8db7e145cede2810eb5 /pkgs/development/libraries/json-c
parent6cd149f2a975e9db3716bc5aa0e95674064bef0b (diff)
downloadnixpkgs-48f24712dca6859a4f66dcb46c5b5056a12f0ef8.tar
nixpkgs-48f24712dca6859a4f66dcb46c5b5056a12f0ef8.tar.gz
nixpkgs-48f24712dca6859a4f66dcb46c5b5056a12f0ef8.tar.bz2
nixpkgs-48f24712dca6859a4f66dcb46c5b5056a12f0ef8.tar.lz
nixpkgs-48f24712dca6859a4f66dcb46c5b5056a12f0ef8.tar.xz
nixpkgs-48f24712dca6859a4f66dcb46c5b5056a12f0ef8.tar.zst
nixpkgs-48f24712dca6859a4f66dcb46c5b5056a12f0ef8.zip
Fix a lots of evaluation errors on Hydra.
Diffstat (limited to 'pkgs/development/libraries/json-c')
-rw-r--r--pkgs/development/libraries/json-c/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/json-c/default.nix b/pkgs/development/libraries/json-c/default.nix
index 7953b04183a..78100521584 100644
--- a/pkgs/development/libraries/json-c/default.nix
+++ b/pkgs/development/libraries/json-c/default.nix
@@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
       and parse JSON formatted strings back into the C representation of JSON
       objects.
     '';
-    platforms = platforms.linux;
+    hydraPlatforms = platforms.linux;
   };
 }