Commit Graph

1621 Commits

Author SHA1 Message Date
Jörg Thalheim
3aca77a7f2
universal-ctags: 2016-12-17 -> 2017-01-08 2017-01-10 11:38:52 +01:00
Pascal Wittmann
fc56c8c5cd
global: 6.5.5 -> 6.5.6 2017-01-09 20:49:02 +01:00
Will Dietz
2afcf34281 elfutils: Update website and URL to new sourceware location. 2017-01-08 16:30:05 -06:00
Will Dietz
157b216852 elfutils: 0.165 -> 0.168 2017-01-08 16:07:43 -06:00
Domen Kožar
8940c68c09
hydra: 2016-04-15 -> 2016-12-09
Fixes #19396 #21424
2017-01-08 14:40:12 +01:00
Daiderd Jordan
27660cfdc0
Merge branch 'master' into staging 2017-01-04 01:42:26 +01:00
Lancelot SIX
293551a162 gnum4: 1.4.17 -> 1.4.18
See http://lists.gnu.org/archive/html/info-gnu/2016-12/msg00015.html
for release announcement.
2017-01-03 14:45:55 +01:00
Michael Raskin
16ea6c7439 luarocks: 2.4.0 -> 2.4.2 2017-01-02 20:18:51 +01:00
Mitch Tishmack
19425207c9 cscope: refactor allow builds on non linux 2016-12-26 15:04:25 -06:00
Desmond O. Chang
95c42970e7 rolespec: 20160105 -> 20161104 2016-12-22 09:19:40 +08:00
Daiderd Jordan
29ce1d9e5a Merge pull request #21245 from boronine/luarocks-darwin
luarocks: enable Darwin
2016-12-18 00:14:52 +01:00
Alexei Boronine
a7347d9e9c luarocks: enable Darwin 2016-12-18 04:04:56 +08:00
mimadrid
f281ce8c29 universal-ctags: 2016-07-06 -> 2016-12-17 2016-12-17 16:21:32 +01:00
Pascal Wittmann
2d4637f96f
intel-gpu-tools: 1.16 -> 1.17 2016-12-11 17:55:09 +01:00
mimadrid
8b8df71b87
strace: 4.13 -> 4.14 2016-12-10 13:09:47 +01:00
Tuomas Tynkkynen
571cf4f209 uisp: Fix build 2016-12-05 02:40:04 +02:00
Vladimír Čunát
925b335607
Merge branch 'master' into staging 2016-11-26 11:27:09 +01:00
Frederik Rietdijk
7ea28bfc46 ycmd: use python2 2016-11-24 22:28:03 +01:00
Franz Pletz
3ef260b5dd
uhd: 3.9.3 -> 3.10.1 2016-11-24 04:33:08 +01:00
Vincent Laporte
b75e13b7e6 trv: fix installation of binaries 2016-11-23 09:59:10 +01:00
Pascal Wittmann
f7e0bc2ae7
Make all meta.maintainers attributes lists 2016-11-20 18:06:03 +01:00
Pascal Wittmann
5a75fe64a5
xxdiff: 4.0 -> 4.0.1 2016-11-19 17:18:39 +01:00
romildo
cc9466a627 uncrustify: 0.63 -> 0.64 2016-11-18 20:45:35 -02:00
Gabriel Ebner
d26ca0c6cf tokei: 3.0.0 -> 4.0.0 2016-11-17 09:26:00 -05:00
Tadas Barzdzius
87e07a3098 tokei: mark as broken 2016-11-16 13:27:24 +02:00
Pascal Wittmann
aa0238ece0 Merge pull request #20360 from sorokin/fix-autobuild
fix autobuild compilation
2016-11-12 14:13:24 +01:00
Vincent Laporte
72c1a6f0f4 ocamlPackages.cohttp: refactor 2016-11-12 12:41:27 +01:00
Ivan Sorokin
52ccc27c1e fix autobuild compilation
Currently autobuild failed to build in both master and release-16.03. The
error message is

   mv: cannot stat '/nix/store/a4jzlkrhd4b4nr5760caj3rrjxhyg4z3-autobuild-5.3/bin/abput-sourceforge': No such file or directory
   builder for ‘/nix/store/l19vywq8zvbarswby5h7vl4iq1c1pvq7-autobuild-5.3.drv’ failed with exit code 1

It happens in post install script

   postInstall = ''
     wrapProgram $out/bin/ab{put,build}-sourceforge \
       --prefix PATH ":" "${stdenv.lib.makeBinPath [ openssh rsync ]}"
   '';

The problem is that in autobuild 5.0 the ab{put,build}-sourceforge were removed

   * Version 5.0 (released 2008-11-25)
   ...
   ** abput, abput-sourceforge, abput-testdrive: Remove.
   ** abbuild, abbuild-sourceforge: Remove.
   Both the SourceForge and TestDrive systems have been shutdown.  The
   scripts were of questionable value anyway.

Possibly the bug was introduced in commit
8c4fcc87f8: autobuild: 3.5 -> 5.3.

As the package doesn't contain these programs there is no need in wrapping
them. This commit just remove the postInstall section of corresponding
package.
2016-11-12 14:34:13 +03:00
Tim Steinbach
1120f2a2b7
xc3sprog: 748 -> 787 2016-11-04 11:23:43 -04:00
Vladimír Čunát
80d956caf3
intltool: fix the patch URL, #19487
I hope it's without mistake now. I re-checked the download,
avoiding the binary caches where it would go usually.
2016-10-29 20:42:18 +02:00
Bjørn Forsman
63bf567001 saleae-logic: 1.2.9 -> 1.2.10 (bugfixes) 2016-10-26 17:16:10 +02:00
Bjørn Forsman
0495b0763f saleae-logic: fix 32-bit source hash
I messed up in commit 314b1fbf0 ("saleae-logic: 1.1.15 -> 1.2.9").
2016-10-26 17:16:10 +02:00
Frederik Rietdijk
7077a270bf Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-26 13:06:43 +02:00
Luca Bruno
57a791b4ff Merge pull request #17751 from michalrus/awf-gtk
awf: init at 1.3.1
2016-10-23 14:54:03 +01:00
Frederik Rietdijk
e56832d730 Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-22 17:23:24 +02:00
Vladimír Čunát
4d5b893002 Merge #19081: gnome-3.22
Also master commits are brought in.
2016-10-20 23:04:10 +02:00
Frederik Rietdijk
2a1c4e9322 itstool: use python2
See https://github.com/NixOS/nixpkgs/issues/19631 for a proper fix.
2016-10-18 23:16:03 +02:00
Graham Christensen
104d6965af
hound: fixup meta 2016-10-16 13:10:41 -04:00
Graham Christensen
14384f02e8
hound: init at 20160919 2016-10-15 13:32:16 -04:00
zimbatm
cdbb020a1f fixes bundlerEnv calls 2016-10-14 16:56:42 +01:00
zimbatm
6351c4d24b Merge pull request #19180 from zimbatm/bundler-env-bins
Bundler env bins
2016-10-14 11:51:23 +01:00
Daniel Peebles
9703a72f70 Merge pull request #19495 from LnL7/darwin-gdb
gdb: disable format hardening
2016-10-13 15:57:19 -04:00
Vladimír Čunát
e4d3254101 intltool: fix #19487 patch download
It's strange.  Maybe they prune the history.
2016-10-13 21:55:25 +02:00
Daiderd Jordan
c5a7728152
gdb: disable format hardening 2016-10-13 21:33:07 +02:00
Franz Pletz
cdd019811c
intel-gpu-tools: 1.14 -> 1.16 2016-10-13 03:18:52 +02:00
Lancelot SIX
db4b15bbbf gdb: 7.11.1 -> 7.12
See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00007.html
for release announcement
2016-10-10 09:08:43 +02:00
zimbatm
80d4117a8c travis: simplify 2016-10-08 22:38:56 +01:00
Daiderd Jordan
4589a8d750 Merge pull request #19222 from jhhuh/jh
lsof: fixed for darwin
2016-10-06 20:38:07 +02:00
Ji-Haeng Huh
86dc8ad0fd lsof-4.89 : change 'stdenv.libc' to 'stdenv.cc.libc' 2016-10-06 15:27:29 +02:00
Ji-Haeng Huh
b150da5755 Merge remote-tracking branch 'upstream/master' into jh 2016-10-06 14:39:15 +02:00