samba: Revert style changes and get rid of some dependencies

Packages like glusterfs are now optional dependencies. A bunch of
dependencies like subunit are gone: as far as I can tell, these are
only used by Samba's test suite, which we're not even running, so
they're pointless.

Fixes #8067.
This commit is contained in:
Eelco Dolstra
2015-06-01 15:28:05 +02:00
parent 789f20eba8
commit 0645f5eab7
3 changed files with 61 additions and 160 deletions

View File

@@ -1,7 +1,7 @@
# Packages that make up the GNU/Hurd operating system (aka. GNU).
args@{ fetchgit, stdenv, autoconf, automake, automake111x, libtool
, texinfo, glibcCross, hurdPartedCross, libuuid, samba_light
, texinfo, glibcCross, hurdPartedCross, libuuid, samba
, gccCrossStageStatic, gccCrossStageFinal
, forceNativeDrv, forceSystem, newScope, platform, config, crossSystem
, overrides ? {} }:
@@ -91,7 +91,6 @@ let
mig_raw = callPackage ./mig {};
smbfs = callPackage ./smbfs {
samba = samba_light;
hurd = gnu.hurdCross;
};