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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user