From 6ba674911fb3a34f23ddde8cd54bb3c7ebfb1085 Mon Sep 17 00:00:00 2001 From: "dev.hell" Date: Sun, 4 Jan 2015 22:37:16 +0000 Subject: [PATCH] libstrophe: Add "platforms" meta information --- pkgs/development/libraries/libstrophe/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/libstrophe/default.nix b/pkgs/development/libraries/libstrophe/default.nix index 548ff7ac403..b4757831899 100644 --- a/pkgs/development/libraries/libstrophe/default.nix +++ b/pkgs/development/libraries/libstrophe/default.nix @@ -28,6 +28,7 @@ stdenv.mkDerivation rec { ''; homepage = http://strophe.im/libstrophe/; license = stdenv.lib.licenses.gpl3; + platforms = stdenv.lib.platforms.linux; maintainers = [ stdenv.lib.maintainers.devhell ]; }; }