Commit Graph

1705 Commits

Author SHA1 Message Date
Graham Christensen
a3b9dbd0be
sysbench: 2015-04-22 -> 1.0.6 2017-04-27 12:42:57 -04:00
Hamish Mackenzie
89b89d1071 defaultIconTheme: Enable darwin support 2017-04-18 09:43:03 +12:00
Mikael Brockman
4f3caee682 intel-gpu-tools: 1.17 -> 1.18 (#24920)
Version 1.17 fails to build with the current libdrm
because of a changed struct (`drm_event_vblank`).

I had to patch `tools/Makefile.am` to use `GLIB_CFLAGS`;
otherwise, the build failed to find `glib.h`.
2017-04-15 11:32:46 +02:00
Bjørn Forsman
9c830c8456 hydra: add dependency on Nix' perl bindings
This unbreaks the build since the latest nixUnstable update
(3dd66ec6e9).

It's basically the same fix as in hydra git repo:

  a0376a92e5
2017-04-11 19:34:25 +02:00
Daiderd Jordan
f8230518a2 Merge pull request #24762 from matthewbauer/darwin-misc-fixes
darwin: miscellaneous fixes
2017-04-10 08:50:15 +02:00
Matthew Bauer
dd25b6da62 cwebbin: fix src again 2017-04-09 18:33:48 -05:00
Matthew Bauer
cb180f47d4
cwebbin: fix src 2017-04-09 15:47:55 -05:00
Tuomas Tynkkynen
a7b572805c strace: 4.15 -> 4.16 2017-04-09 21:48:25 +03:00
Matthew Bauer
efcd597ab6
cwebbin: Fix macOS build 2017-04-08 23:28:01 -05:00
Cole Scott
1d7a478c92
arm-frc-linux-gnueabi-binutils: init at 2.28 2017-04-09 01:06:34 +02:00
Dan Peebles
81352b2cb5 Merge branch 'master' into staging 2017-04-06 21:26:24 -04:00
Peter Hoeg
ca0493ff63 pmccabe: darwin is supported too 2017-04-06 16:53:01 +08:00
Daiderd Jordan
d42dccf029
pkgconfig: 0.29.1 -> 0.29.2 2017-04-06 00:08:04 +02:00
ndowens
b83d2970f2 pkgconfig: 0.29 -> 0.29.1 (#24394) 2017-04-01 11:06:20 +02:00
John Ericson
166fc028a4 Merge pull request #24465 from Ericson2314/no-with-literal
Get rid of all `with { inherit... }` and just used `let inherit...`
2017-03-30 01:49:37 -06:00
John Ericson
4c0d7da183 Get rid of all with { inherit... } and just used let inherit...
The old forms presumably predates, or were made in ignorance of,
`let inherit`. This way is better style as the scoping as more lexical,
something which Nix can (or might already!) take advantage of.
2017-03-30 03:05:05 -04:00
Daiderd Jordan
f51ce6f929 Merge pull request #24417 from edanaher/fix-vim-youcompleteme
Fix vim youcompleteme
2017-03-29 20:35:51 +02:00
Evan Danaher
33d8d15329 ycmd: 2017-02-03 -> 2017-03-27
Now works with newer version of vim youcompleteme plugin.

Details:
- The OS X patch is no longer necessary as that code was removed upstream.
- It seems to want LLVM version 4 now.
- It annoyingly wants to symlink libclang.4 to libclang.4.0; nix already
  did this.
2017-03-28 16:07:57 -04:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Domen Kožar
5912496490 Merge pull request #24277 from NixOS/hydra-bump
Nix, Hydra: bump to 2017-03-21
2017-03-26 18:33:59 +02:00
zimbatm
f77de6d3dc arcanist: 20160825 -> 20170323 2017-03-25 12:32:14 +00:00
Domen Kožar
99632d5466
Nix, Hydra: bump to 2017-03-21 2017-03-25 13:00:49 +01:00
Vladimír Čunát
c1a9dc3d37
Merge branch 'master' into staging 2017-03-23 13:31:28 +01:00
c74d
8a84ef9efc tokei: 4.0.0 -> 6.0.0 2017-03-22 01:04:17 +00:00
Victor Calvert
4c4b91d54e loccount: init at 1.0 2017-03-21 17:48:35 -04:00
Frederik Rietdijk
3760c8c7fd Python: replace mkPythonDerivation with buildPythonPackage and format="other";
This way all Python packages use the same function,
`buildPythonPackage`.
2017-03-21 13:01:49 +01:00
Tuomas Tynkkynen
72dc9c7f80 Merge remote-tracking branch 'upstream/master' into staging 2017-03-20 07:07:03 +02:00
Orivej Desh
cf3e138024 objconv: 2.16 -> 2.44 2017-03-19 23:25:12 +00:00
Vladimír Čunát
a446660385
Merge branch 'master' into staging 2017-03-19 20:43:46 +01:00
Vladimír Čunát
ef0eb38660
autogen: 5.18.7 -> 5.18.12 2017-03-19 20:41:19 +01:00
Leandro Lisboa Penz
bd0d64730a gnu global: set path of default gtags.conf in wrapper
GNU global's gtags and global tools were unable to find the default
gtags.conf, necessary to use gtagslabels. The error could be seen
when gtags was invoked with -v:
$ gtags -v --gtagslabel=pygments
[Sun Mar 19 14:13:17 UTC 2017] Gtags started.
 Using default configuration.
 GTAGSLABEL(--gtagslabel) ignored since configuration file not found.
 Using 'gtags.files' as a file list.
[Sun Mar 19 14:13:17 UTC 2017] Creating 'GTAGS' and 'GRTAGS'.
[Sun Mar 19 14:13:17 UTC 2017] Done.

The wrapper now points to the default gtags.conf using the
GTAGSCONF environment variable.
2017-03-19 14:25:56 +00:00
Michael Raskin
e096d7c853 Merge pull request #23229 from juliendehos/gede
gede: init at 2.0.3
2017-03-18 17:57:28 +01:00
Frederik Rietdijk
e67b979ab5 Merge remote-tracking branch 'upstream/master' into HEAD 2017-03-18 15:32:43 +01:00
Michael Raskin
266fb8845a xxdiff-tip: init at 4.0.1.20170111
Supports Qt5
2017-03-18 12:41:09 +01:00
Vladimír Čunát
742b120ddc
Merge branch 'master' into staging
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Kranium Gikos Mendoza
9bd988eb0f
sipp: 3.4-beta2 -> 3.5.1
fixes #23945
2017-03-16 11:29:38 +01:00
Vladimír Čunát
e99bc64552
Merge branch 'master' into staging
More larger rebuilds from master, unfortunately.
2017-03-15 19:09:56 +01:00
Will Dietz
c766960150 lit: init at 0.5 2017-03-15 09:02:45 +01:00
Jörg Thalheim
496120c19f
travis: 1.8.2 -> 1.8.8 2017-03-14 21:03:58 +01:00
Vladimír Čunát
e279358565
Merge #23591: binutils: 2.27 -> 2.28 2017-03-09 23:24:30 +01:00
Tuomas Tynkkynen
1508945755 treewide: Fix eval-release.nix for aarch64 2017-03-09 03:38:04 +02:00
Lancelot SIX
ecd849b267
binutils: 2.27 -> 2.28
See http://lists.gnu.org/archive/html/info-gnu/2017-03/msg00002.html
for release announcement
2017-03-07 12:09:41 +01:00
Will Dietz
9614ebf137
coccinelle: 1.0.0-r23 -> 1.0.6
* Remove camlp4 dependency, no longer needed
* Keep pycaml to use ours over bundled version
* Enable tests for sanity (broken on darwin)
* no longer need to force specific ocaml version
* don't create python wrappers, they don't seem to be needed
* remove deprecated configure flag.
* fix spgen by removing bytecode version.
2017-03-06 17:50:11 -05:00
Peter Hoeg
e6150d8be9 pmccabe: 2.4 -> 2.6 2017-03-05 10:36:22 +08:00
Vladimír Čunát
a1919db7cd
Merge branch 'master' into staging 2017-02-27 20:15:27 +01:00
Vladimír Čunát
e2e270d1e2
binutils: drop the $dev/bin symlink
Fixes #18839.  I suspect I once added this just because of some
deficiencies in an early development version of the multiple-output
framework in stdenv.
2017-02-27 20:08:26 +01:00
Julien Dehos
f54b52f962 gede: init at 2.0.3 2017-02-27 10:08:27 +01:00
Leon Isenberg
3211ff1b50 global: support universal-ctags 2017-02-24 07:51:39 +01:00
Nikolay Amiantov
a4353270c4 lttng-ust: 2.5.1 -> 2.9.0 2017-02-23 13:04:23 +03:00
Nikolay Amiantov
ba43d6bdc9 lttng-tools: 2.5.2 -> 2.9.3 2017-02-23 13:04:23 +03:00