From cf250029e08278c9f27cc32833fb336b86d1bda6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 14 Apr 2012 10:26:09 +0000 Subject: [PATCH] samba_light: Drop dependency on libunwind. svn path=/nixpkgs/trunk/; revision=33781 --- pkgs/top-level/all-packages.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 6c3a8705fb4..06ef9f5d6a5 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5278,6 +5278,9 @@ let cups = null; acl = null; openldap = null; + + # libunwind 1.0.1 is not ported to GNU/Hurd. + libunwind = null; }; shishi = callPackage ../servers/shishi { };