mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
samba: remove no-longer-necessary darwin test hack
test is skipped automatically now
This commit is contained in:
parent
5e7dc6248f
commit
6e61548dd1
@ -66,9 +66,6 @@ stdenv.mkDerivation rec {
|
||||
sed -i "s,\(XML_CATALOG_FILES=\"\),\1$XML_CATALOG_FILES ,g" buildtools/wafsamba/wafsamba.py
|
||||
|
||||
patchShebangs ./buildtools/bin
|
||||
'' + optionalString stdenv.isDarwin ''
|
||||
substituteInPlace libcli/dns/wscript_build \
|
||||
--replace "bld.SAMBA_BINARY('resolvconftest'" "True or bld.SAMBA_BINARY('resolvconftest'"
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user