Matthew Justin Bauer
4b06293597
checkbashisms: simplify and set platforms to unix ( #25773 )
...
- adds version to name
- also adds "unix" as platform (anything with perl should work)
2017-05-14 08:15:30 +01:00
Peter Hoeg
83970f5cbc
usb_modeswitch: remove unneeded dependencies
2017-05-11 13:45:05 +08:00
Daiderd Jordan
3b7566e76f
ycmd: copy libclang on darwin
2017-05-07 22:34:58 +02:00
Eelco Dolstra
7d3f1d9c56
hydra: preHook -> shellHook
...
Upstream 8abc595d1c
.
2017-05-04 15:34:25 +02:00
Domen Kožar
767aad2aaa
hydra: 2017-03-21 -> 2017-04-26
2017-05-02 09:36:35 +02:00
Michael Raskin
c1a1e3a273
Merge pull request #24430 from winniequinn/premake5
...
premake5: init at 5.0.0pre.alpha.11
2017-05-01 09:42:16 +02:00
Dan Peebles
1a4ca220e1
treewide: fix assorted issues revealed by the meta checker
...
Turns out a couple of the licenses were wrong, as well as being strings.
2017-04-28 23:07:42 -04:00
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
Winnie Quinn
90e08c62de
premake5: init at 5.0.0pre.alpha.11
2017-03-28 23:46:15 -04: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