samba_light: Drop dependency on libunwind.

svn path=/nixpkgs/trunk/; revision=33781
This commit is contained in:
Ludovic Courtès 2012-04-14 10:26:09 +00:00
parent 4250dd8104
commit cf250029e0

View file

@ -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 { };