Vladimír Čunát
d2965a7d85
llvm-3.9: move shared libLLVM to a separate output
...
Fixes #18840 : too large closure of mesa_drivers.
Tested atop 16.09:
- clang compiles a hello-world app;
- mesa seems to link OK;
- ispc builds.
Size comparison:
- 80 MB of full llvm-3.7 on 16.03;
- 200 MB of full llvm-3.9 on 16.09 before this patch;
- 50 MB of libLLVM after this commit.
2016-09-24 18:32:45 +02:00
Aneesh Agrawal
bb349421c1
rr: pin Python to Python 2
...
rr requires Python>=2.7, but does not support Python 3.
2016-09-24 15:05:42 +02:00
Aneesh Agrawal
278d3050ae
nmap: use python infra's .withPackages
2016-09-24 15:05:28 +02:00
Aneesh Agrawal
0f9ece7929
libevent: remove Python dependency
...
Python is only used for one test, which is optional and is skipped if
Python is not detected. Additionally, Python 2 is required (Python 3
does not work), so remove the dependency to reduce the closure size for
a Python 3 as default Python future.
Additionally, update the meta.homepage and src to point at GitHub, which
is the libevent project home since 2015-10-07.
2016-09-24 15:05:28 +02:00
Aneesh Agrawal
6321a1b67c
nmap: pin to Python 2, make Python optional
...
Python 3 is not supported, so use python2Packages.
Python is only required for the `ndiff` and `zenmap` binaries, not the
main `nmap` binary, so disable Python by default to reduce the default
closure size, and add a `withPython` arg to re-enable it. Note that
Zenmap is the graphical program, so passing `graphicalSupport = true`
will also automatically enable Python support.
2016-09-24 15:05:28 +02:00
Franz Pletz
c8dba2581c
nghttp2: 1.10.0 -> 1.14.1
2016-09-24 04:16:20 +02:00
Luca Bruno
24aba307c9
Merge pull request #18851 from groxxda/gir
...
gobjectIntrospection: 1.48.0 -> 1.50.0 [staging]
2016-09-22 21:42:06 +01:00
Luca Bruno
3e0132f0f9
Merge pull request #18849 from groxxda/glib
...
glib: 2.48.2 -> 2.50.0 [-> staging]
2016-09-22 21:40:30 +01:00
Alexander Ried
2ca5adbfe8
gobjectIntrospection: 1.48.0 -> 1.50.0
2016-09-22 22:35:59 +02:00
Alexander Ried
868eb83019
glib: 2.48.2 -> 2.50.0
...
glib now uses libmount per default -> depend on utillinux.
To avoid circular dependency (glib, utillinux, systemd, glib) use the
minimal version
2016-09-22 22:19:06 +02:00
Eelco Dolstra
7a4209c356
Merge remote-tracking branch 'origin/master' into staging
2016-09-20 17:46:09 +02:00
Eelco Dolstra
5f8a330d40
outputDocdev -> outputDevdoc
...
For consistency with the devdoc output.
2016-09-20 17:44:48 +02:00
Eelco Dolstra
594c47e5eb
Don't nuke section 3 manpages by default
...
They now go to devman, devdoc, or $outputMan, in that order. This is
to prevent cases such as the man-pages package quietly losing its
section 3 pages.
2016-09-20 17:42:43 +02:00
Eelco Dolstra
ad8f31df7f
gcc_multi: Move $out/lib64/* to $lib/lib64
...
This prevents VirtualBox from having a copy of gcc in its closure.
2016-09-20 16:42:30 +02:00
Lancelot SIX
ea1afcd9f4
xorriso: 1.4.4 -> 1.4.6
...
See http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00010.html
for release announcement
[Bjørn: remove "pkgs." from commit message subject.]
2016-09-20 15:51:36 +02:00
Frederik Rietdijk
8c30f3d962
python3.6: 3.6.0a3 -> 3.6.0b1
...
/Lib/plat* has been removed in this release.
http://bugs.python.org/issue28027
2016-09-20 15:48:32 +02:00
Frederik Rietdijk
63ec0068a7
Python on Nix is not manylinux1 compatible
...
Fixes https://github.com/NixOS/nixpkgs/issues/18484
2016-09-20 15:48:32 +02:00
Frederik Rietdijk
2b66563cde
Python: make versions/prefixes more similar
2016-09-20 15:48:32 +02:00
Rushmore Mushambi
7826adbed3
Merge pull request #18785 from rushmorem/cockroachdb
...
cockroachdb: init at beta-20160915
2016-09-20 15:43:59 +02:00
rushmorem
dc8da48032
cockroachdb: init at beta-20160915
2016-09-20 15:39:33 +02:00
Joachim F
e22dd2f6c5
Merge pull request #18740 from chris-martin/tulip-4-9
...
Tulip: 4.1.0 -> 4.9.0
2016-09-20 14:34:17 +02:00
Joachim F
f6ce8894dd
Merge pull request #18753 from rnhmjoj/mutt
...
mutt: 1.6.2 -> 1.7.0
2016-09-20 14:33:22 +02:00
Reno Reckling
3cb6f522db
amdapp-sdk: fix build for gcc 5
...
(cherry picked from commit 1dcd93c1de
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-20 14:17:36 +02:00
aszlig
97801380b0
nixos/networking: Use type lines for localCommands
...
Using types.str doesn't work if you want to mkBefore/mkAfter across
different module definitions, because it only allows for one definition
for the same priority.
This is especially useful if you deploy Hetzner machines via NixOps,
because the physical specification already defines localCommands.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-09-20 13:32:17 +02:00
Daiderd Jordan
542babc3d2
Merge pull request #18670 from holidaycheck/sauceconnect-4.4.0
...
sauce-connect: 4.3.16 -> 4.4.0
2016-09-20 12:35:15 +02:00
Peter Simons
62606be9b0
haskell-hindent: disable failing test suite
2016-09-20 12:04:47 +02:00
Peter Simons
c999c9f636
haskell-mongoDB: disable failing test suite
2016-09-20 12:04:47 +02:00
Michael Alan Dorman
c3974031dd
For the moment, we need a specific reference to 5.0.4
...
This will need to change if we stop arbitrarily tying "hoogle" to be
5.0.1.
2016-09-20 12:04:47 +02:00
Michael Alan Dorman
f16f2017ac
Make hoogle-local compatible wih hoogle >= 5.0.4
2016-09-20 12:04:46 +02:00
Peter Simons
57f5d1b7a8
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-5-gabba389 from Hackage revision
3f3f95963d
.
2016-09-20 12:04:42 +02:00
Peter Simons
ee0f2722b3
configuration-hackage2nix.yaml: disable broken builds to avoid evaluation errors
2016-09-20 12:04:41 +02:00
Eelco Dolstra
e03d1ababa
cmake-2.8: Fix build
...
The use of multiple outputs in libarchive broke it. Since this is an
ancient version of cmake, let's fix it by just using
--no-system-libarchive.
2016-09-20 11:56:11 +02:00
Eelco Dolstra
1dd3ece50e
cmake-2_8 -> cmake_2_8
2016-09-20 11:56:07 +02:00
Michael Raskin
d9bb1bfeda
Merge pull request #18755 from chris-martin/libreoffice-gen
...
libreoffice: Convert generate-libreoffice-srcs from Bash to Python
2016-09-20 09:47:30 +00:00
Nikolay Amiantov
00f444d0c1
initrd-ssh service: check that authorized keys are added
2016-09-20 12:16:10 +03:00
Moritz Ulrich
febb35bd03
rustRegistry: 2016-08-23 -> 2016-09-20
2016-09-20 11:10:37 +02:00
Rushmore Mushambi
bfa60327bc
Merge pull request #18780 from rushmorem/glock
...
glock: init at 20160816
2016-09-20 11:05:13 +02:00
rushmorem
391ea6f748
glock: init at 20160816
2016-09-20 10:56:11 +02:00
Franz Pletz
15935839b9
Merge pull request #18773 from romildo/upd.lxappearance
...
lxappearance: 0.6.1 -> 0.6.2
2016-09-20 10:34:14 +02:00
José Romildo Malaquias
c59d3cd849
xclip: 0.12-svn-20140209 -> 0.13
2016-09-20 10:17:29 +02:00
Nicolas Dudebout
fafff78d3d
Emacs cleanup ( #18730 )
...
emacs: Clean up derivation
2016-09-20 10:13:01 +02:00
Alexey Shmalko
60cfc558be
Merge pull request #18718 from Mic92/powerdns
...
powerdns: init at 4.0.1
2016-09-20 11:07:51 +03:00
Alexey Shmalko
631c54c7a6
Merge pull request #18693 from Mic92/awesome
...
awesome: fix LUA_PATH for luaModules
2016-09-20 11:05:42 +03:00
Frederik Rietdijk
a20a20f136
pythonPackages.libarchive -> python-libarchive, and mark as broken
2016-09-20 09:43:07 +02:00
Frederik Rietdijk
6920e49b89
pythonPackages.libarchive-c 2.1 -> 2.5
2016-09-20 09:40:50 +02:00
Frederik Rietdijk
ed413bb4d5
pythonPackages.scrapy: fix tests
2016-09-20 09:33:19 +02:00
Frederik Rietdijk
c65d6f3519
pythonPackages.willie: 5.2.0 -> 5.5.1
2016-09-20 09:24:28 +02:00
Frederik Rietdijk
0dae09262c
pythonPackages.zake: fix
2016-09-20 09:12:38 +02:00
Frederik Rietdijk
6cade43bf4
pythonPackages.pysvn: fix
2016-09-20 09:09:47 +02:00
Frederik Rietdijk
8623252203
pythonPackages.detox: 0.9.3 -> 0.10.0
2016-09-20 09:09:03 +02:00