Eelco Dolstra
aff0451c10
patchELF: Use correct directory
...
Borrowed from https://github.com/NixOS/nixpkgs/pull/13395 .
2016-02-24 11:13:36 +01:00
Eelco Dolstra
d71a4851e8
Don't try to apply patchelf to non-ELF binaries
2016-02-18 22:54:11 +01:00
Vladimír Čunát
2f3eae3a87
pkgconfig: add a http-only mirror
...
It seems we don't really need `fetchurlBoot` here ATM, but let's keep it.
https://github.com/NixOS/nixpkgs/issues/12816#issuecomment-185083205
2016-02-17 08:49:59 +01:00
Robin Gloster
4374ffa19a
kibana: 4.1.2 -> 4.4.1
2016-02-13 15:03:09 +00:00
Robin Gloster
c2b578386e
kibana: fix pkg and module
2016-02-13 15:03:09 +00:00
Tobias Geerinckx-Rice
ac33b4724a
More version attribute tidying where maintainers |= nckx
2016-01-25 20:08:34 +01:00
Tobias Geerinckx-Rice
9fb8020e4e
Add version attribute where maintainers |= nckx
...
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Vladimír Čunát
1f2b819783
binutils: extend meta.platforms to unix to fix #12606
...
Also refactor meta.
Maybe we could have platforms.all in there, but I leave it here.
2016-01-25 11:18:10 +01:00
Tuomas Tynkkynen
f62dbc0121
binutils: Add platforms
...
There are some variants of binutils in all-packages.nix that aren't
getting built by Hydra currently.
2016-01-24 08:47:46 +02:00
Franz Pletz
55fc3acfcb
Merge pull request #12159 from rasendubi/ycmd
...
ycmd: Init at 2016-01-12
2016-01-18 14:11:22 +01:00
Vladimír Čunát
620c147cce
Merge branch 'master' into staging
2016-01-18 09:48:49 +01:00
aszlig
8f793ce6bb
elfutils: Fix header compatibility with glibc 2.21
...
Regression introduced by df2b9b48cb
.
This breaks the build for ltrace and other programs using libelf,
because the header file relies on features from glibc >= 2.22.
Here is an excerpt from the log output of the configure script from
ltrace:
In file included from ...elfutils-0.165/include/gelf.h:32:0,
from conftest.c:57:
...elfutils-0.165/include/libelf.h:280:8: error: unknown type name 'Elf32_Chdr'
extern Elf32_Chdr *elf32_getchdr (Elf_Scn *__scn);
^
...elfutils-0.165/include/libelf.h:281:8: error: unknown type name 'Elf64_Chdr'
extern Elf64_Chdr *elf64_getchdr (Elf_Scn *__scn);
^
In file included from conftest.c:57:0:
...elfutils-0.165/include/gelf.h:89:9: error: unknown type name 'Elf64_Chdr'
typedef Elf64_Chdr GElf_Chdr;
^
The issue has been reported in the Debian bug tracker at
https://bugs.debian.org/810885 and I'm using the patch from Mark
Wielaard that has been posted there which adds compatibility for older
glibc versions.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-16 01:37:37 +01:00
Eelco Dolstra
df2b9b48cb
elfutils: 163 -> 165
...
Also, install programs with the "eu-" prefix to prevent collisions
with binutils (as recommended by upstream), enable xz support, and
enable deterministic archives.
2016-01-15 15:01:13 +01:00
Vladimír Čunát
2d0893088f
Merge branch 'master' into staging
2016-01-15 13:43:57 +01:00
Vladimír Čunát
34fe0833c8
iozone: commit some forgotten fixups (/cc #12387 )
2016-01-15 10:26:18 +01:00
Svein Ove Aas
a28032ed58
iozone: init at 3.434 ( close #12387 )
...
vcunat amended some $out/share/ install paths.
2016-01-15 09:47:57 +01:00
Alexey Shmalko
c37c8e1c00
ycmd: Init at 2016-01-12
2016-01-15 01:39:21 +02:00
Pascal Wittmann
26a6b4b58d
yodl: 3.05.01 -> 3.06.00
2016-01-09 20:07:43 +01:00
Vladimír Čunát
b1acaffe67
Merge branch 'master' into staging
2016-01-05 10:28:58 +01:00
Tobias Geerinckx-Rice
8f6ae032c0
ccache: cherry-pick a (backported upstream) bug-fix
2016-01-04 15:11:51 +01:00
Pascal Wittmann
340c8acfaf
global: 6.5.1 -> 6.5.2
2016-01-03 19:47:17 +01:00
janus
a472d836f6
FreeBSD: apr-util, cyrus-sasl, berkeley db, glib, gnutls, kerberos, libelf-freebsd, openldap, serf, guile, tet, shishi, gawk, gnugrep
2016-01-01 17:01:13 +00:00
janus
c01dbc4932
FreeBSD patches for GNU m4, stdenv, miniupnpc
2016-01-01 17:01:13 +00:00
Michael Raskin
761340140c
luarocks: 2.2.2 -> 2.3.0
2016-01-01 12:30:17 +03:00
Michael Raskin
f50aca5157
cl-launch: 4.1.4 -> 4.1.4.1
2015-12-31 16:52:05 +01:00
Vladimír Čunát
08dd527cc7
Merge branch 'staging'
...
http://hydra.nixos.org/eval/1234895
The mass errors on Hydra seem transient; I verified ghc on i686-linux.
Only darwin jobs are queued ATM. There's a libpng security update
included in this merge, so I don't want to wait too long.
2015-12-29 17:14:35 +01:00
Peter Simons
c5f28c305a
Merge pull request #11566 from Bevaz/ccache-links
...
ccache: create symlinks to gcc lib & include in ccache-links directory
2015-12-29 16:29:16 +01:00
Robin Gloster
0cfa4fdbd4
strace: 4.10 -> 4.11
2015-12-27 20:25:29 +00:00
Vladimír Čunát
11c702c582
Merge master into staging
2015-12-23 18:57:35 +01:00
Vladimír Čunát
bf9c16d4ac
texinfo6: remove meta.branch and refactor meta
...
It was wrong ("5.2") and seemed unused in nixpkgs.
2015-12-23 09:19:38 +01:00
Vladimír Čunát
5d4f0b556e
texinfo: cleanups and doCheck = false for non-interactive
...
... to simplify bootstrapping. Discussion on #11527 .
2015-12-17 14:45:46 +01:00
Jan Malakhovski
daa199a95e
texinfo: fix doCheck properly, cleanup ( close #11527 )
2015-12-17 14:45:46 +01:00
Anton Fedotov
cbe786a530
ccache: create symlinks to gcc lib & include in ccache-links directory
...
This patch fixes compilation errors when using ccache wrapper:
```
cc1: error: /nix/store/19vvbsjs6l6j0r22albzhysxfvr94imf-ccache-links/lib/gcc/*/*/include-fixed: No such file or directory
```
2015-12-14 12:15:22 +03:00
Lancelot SIX
5aa99f680e
pkgs.gdb: 7.10 -> 7.10.1
...
See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00003.html
2015-12-12 14:54:25 +01:00
Pascal Wittmann
e0a7c3a54b
intel-gpu-tools: 1.12 -> 1.13
2015-12-12 12:05:19 +01:00
Vladimír Čunát
263fd55d4b
Merge recent staging built on Hydra
...
http://hydra.nixos.org/eval/1231884
Only Darwin jobs seem to be queued now,
but we can't afford to wait for that single build slave.
2015-12-05 11:11:51 +01:00
Nikolay Amiantov
d96f7128e1
gdb: use system zlib, fix guile support
2015-11-26 16:43:44 +03:00
Vladimír Čunát
13eca6f79a
Merge #11067 : SmartOS updates
...
I amended some commits slightly.
2015-11-23 14:45:44 +01:00
Danny Wilson
d510109c54
SmartOS: texinfo: Fix build and make configureFlags target optional.
2015-11-23 11:42:00 +01:00
Danny Wilson
1752268aed
SmartOS: Fix pkgconfig 0.29 build
2015-11-23 00:01:55 +01:00
Aristid Breitkreuz
77e07fbbd9
add working lsof mirror
2015-11-21 23:48:41 +01:00
Shea Levy
db995a95ee
Merge remote-tracking branch 'origin/master' into staging
2015-11-21 07:46:55 -05:00
Pascal Wittmann
815e9f5af2
help2man: 1.47.2 -> 1.47.3
2015-11-20 17:21:23 +01:00
Pascal Wittmann
35f32d0fda
Merge pull request #10971 from ericbmerritt/trv-package
...
trv: init at 0.1.3
2015-11-20 14:26:24 +01:00
Pascal Wittmann
c283a3da68
Replace 'with plaforms; platform' with 'platforms.platform'
2015-11-18 11:34:09 +01:00
Danny Wilson
bcc7d8add9
Texinfo requires GNU awk, mainly during make check.
...
This fixes build on SmartOS.
2015-11-16 17:20:16 +01:00
Danny Wilson
15c676fd30
SmartOS: Make pkgconfig use proper i18n.
2015-11-16 17:20:13 +01:00
William A. Kennington III
9579c9ec7f
Merge commit 'cb21b77' into master.upstream
...
This is a partial merge of staging for builds which are working
2015-11-13 15:53:10 -08:00
Eric Merritt
be301b345f
trv: init at 0.1.3
...
This adds the trv ocaml build tool to the system
2015-11-11 19:10:19 -08:00
Vladimír Čunát
1e6097f00a
stace: add libunwind support ( fixes #10515 )
...
I think it's not worth making such a small library optional as in the PR.
2015-11-11 15:04:47 +01:00