about summary refs log tree commit diff
path: root/pkgs/development/libraries/libassuan
diff options
context:
space:
mode:
authorLluis Batlle <viriketo@gmail.com>2012-11-15 11:18:38 +0100
committerLluis Batlle <viriketo@gmail.com>2012-11-15 12:38:18 +0100
commitd2d761b692e3ab08b2ad864cf1fd0e4b0f93917c (patch)
treec6f2a6aded7d3351fb47d9a7c1fed271eba8ea5a /pkgs/development/libraries/libassuan
parent086e1e84fa860a5935024e83d184035575cd5d8c (diff)
gpg/pth: fixing the pth building on arm
I could built pth with the fix commented in:
http://forums.gentoo.org/viewtopic-t-904280-start-0.html

And I remove the 'pth.supported' structure I had built.
Diffstat (limited to 'pkgs/development/libraries/libassuan')
-rw-r--r--pkgs/development/libraries/libassuan/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libassuan/default.nix b/pkgs/development/libraries/libassuan/default.nix
index 619ef4d97fb42..f93a44c2e1d19 100644
--- a/pkgs/development/libraries/libassuan/default.nix
+++ b/pkgs/development/libraries/libassuan/default.nix
@@ -8,8 +8,7 @@ stdenv.mkDerivation rec {
     sha256 = "06xckkvxxlx7cj77803m8x58gxksap4k8yhspc5cqsy7fhinimds";
   };
 
-  propagatedBuildInputs = [ libgpgerror ]
-    ++ stdenv.lib.optional pth.supported pth;
+  propagatedBuildInputs = [ libgpgerror pth ];
 
   doCheck = true;