summary refs log tree commit diff
path: root/pkgs/development/libraries/zeromq
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 17:41:28 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:17:44 +0300
commitb96fe03484ba8fa3091664246ec67a57f5703b1a (patch)
tree2d673f1f41dc21507849e1012eeede4c49aaeef2 /pkgs/development/libraries/zeromq
parente669521834c5670bb0e79d9b25f3e3d10aede156 (diff)
downloadnixpkgs-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar
nixpkgs-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.gz
nixpkgs-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.bz2
nixpkgs-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.lz
nixpkgs-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.xz
nixpkgs-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.zst
nixpkgs-b96fe03484ba8fa3091664246ec67a57f5703b1a.zip
treewide: Fix meta.platforms related typos
Diffstat (limited to 'pkgs/development/libraries/zeromq')
-rw-r--r--pkgs/development/libraries/zeromq/3.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/zeromq/3.x.nix b/pkgs/development/libraries/zeromq/3.x.nix
index 50eba33670f..54265d2f095 100644
--- a/pkgs/development/libraries/zeromq/3.x.nix
+++ b/pkgs/development/libraries/zeromq/3.x.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
     homepage = "http://www.zeromq.org";
     description = "The Intelligent Transport Layer";
     license = licenses.gpl3;
-    platform = platforms.all;
+    platforms = platforms.all;
     maintainers = with maintainers; [ wkennington ];
   };
 }