From 74c2500206adb3ab5f56196b2cea825d9b36047c Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Sat, 4 Apr 2015 20:03:33 -0700 Subject: librelp: Make linux only --- pkgs/development/libraries/librelp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/librelp/default.nix b/pkgs/development/libraries/librelp/default.nix index 626b5220ebf4..fe05275871fd 100644 --- a/pkgs/development/libraries/librelp/default.nix +++ b/pkgs/development/libraries/librelp/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { homepage = http://www.librelp.com/; description = "a reliable logging library"; license = licenses.gpl2; - platforms = platforms.all; + platforms = platforms.linux; maintainers = with maintainers; [ wkennington ]; }; } -- cgit 1.4.1