1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

110936 commits

Author SHA1 Message Date
Profpatsch d314a65c23 psc-package: 0.1.1 -> 0.2.0 2017-07-12 15:56:57 +02:00
Daniel Brockman cbc54299b3 solc: build on both linux and darwin 2017-07-12 16:43:29 +03:00
Mikael Brockman 442d04d1dd solc: make sure to use dynamic Boost libs
For some reason the default options enable static Boost libs on Darwin,
but that doesn't work for us.
2017-07-12 16:37:50 +03:00
Daniel Brockman 6dcba74af6 solc: 0.4.12 -> 0.4.13 2017-07-12 16:37:50 +03:00
Andrew Cann 07e7527fdb undaemonize: init at 2017-07-11 (#27325) 2017-07-12 14:23:40 +01:00
Nick Hu 1f1001c0f7 terminus: 4.40 -> 4.46 2017-07-12 12:39:34 +01:00
Jörg Thalheim 8f5f986453 opendht: move to pkgs/development/libraries
location is more appropriate
2017-07-12 11:04:09 +01:00
Joachim F 3666f34d27 Merge pull request #27310 from manveru/phraseapp-1.4.5
phraseapp-client: 1.4.3 -> 1.4.5
2017-07-12 11:01:12 +01:00
Benno Fünfstück 02a268430e gapi-ocaml: 0.3.1 -> 0.3.4 2017-07-12 10:18:13 +02:00
Benno Fünfstück 387256c0f2 Merge pull request #27308 from vaibhavsagar/xautomation
xautomation: init at 1.09
2017-07-12 08:23:05 +02:00
Vaibhav Sagar b9dfbeb828 xautomation: init at 1.09 2017-07-12 14:13:10 +08:00
taku0 04be8b9ef5 flashplayer-standalone: 26.0.0.131 -> 26.0.0.137 2017-07-12 07:40:12 +09:00
taku0 eca15bd0c2 flashplayer: 26.0.0.131 -> 26.0.0.137 2017-07-12 07:39:47 +09:00
Charles Strahan 47868cbfb8 Merge pull request #26127 from gabesoft/upstream-master
Fixed meteor Future is not defined error
2017-07-11 17:59:51 -04:00
Vincent Laporte 1d7aefd585 ocamlPackages.fpath: 0.7.1 -> 0.7.2 2017-07-11 21:00:43 +00:00
Vincent Laporte 4a370d7fb9 ocamlPackages.fmt: 0.8.2 -> 0.8.4 2017-07-11 22:54:40 +02:00
Benno Fünfstück 778169409f xvkbd: 3.7 -> 3.8 2017-07-11 22:44:44 +02:00
Benno Fünfstück cfd5740a7e cutecom: 0.22.0 -> 0.44.0 2017-07-11 22:44:43 +02:00
Benno Fünfstück f3cbde9125 codesearch: correct version number 2017-07-11 22:44:43 +02:00
Joachim F 91552cbbcf Merge pull request #27309 from manveru/di-4.44
di: 4.43 -> 4.44
2017-07-11 21:38:23 +01:00
Michael Fellinger 7e6fd08a36 phraseapp-client: 1.4.3 -> 1.4.5 2017-07-11 21:59:26 +02:00
Michael Fellinger 71304fa3bf di: 4.43 -> 4.44 2017-07-11 21:57:12 +02:00
Charles Strahan c79e0b2ba0 Merge pull request #26907 from volth/vault
vault: 0.6.5 -> 0.7.3 with service
2017-07-11 15:02:29 -04:00
John Ericson a889454869 Merge pull request #27284 from obsidiansystems/prop-lines
stdenv: Store one package per line in nix-support/propagated-*
2017-07-11 14:33:23 -04:00
Jörg Thalheim 451b23beb2 Merge pull request #27297 from jtojnar/fix/ghex
ghex: init at 3.18.3
2017-07-11 18:43:10 +01:00
Jörg Thalheim 67b5d65ee8 Merge pull request #27306 from Radvendii/master
opendht: init at 1.3.4
2017-07-11 18:36:51 +01:00
Jörg Thalheim 7ed7583e68 Merge pull request #27301 from sternenseemann/jackline
jackline: 2017-05-21 -> 2017-05-24
2017-07-11 18:29:08 +01:00
Taeer Bar-Yam 0f9b6b97ef opendht: init at 1.3.4 2017-07-11 13:00:07 -04:00
xd1le 88874e7650 xst: init at 0.7.1 2017-07-12 02:53:43 +10:00
xd1le 4934a512d1 st: refactor out `stdenv.lib' already in scope 2017-07-12 02:25:18 +10:00
xd1le bd2cef064c st: refactor deprecated `isNull' function 2017-07-12 02:23:42 +10:00
Alexander Schmolck 2c1097a83b git: add missing deps for filter-branch etc (#27221)
Several git commands are implemented as shell scripts that run awk, sed, grep
and perl. There is some existing patching in the postinstall for perl to rewrite
it to an absolute reference to pkgs.perl, but several other packages are both
missing as a dependency and have no rewrite logic.

In particular git filter-branch depends on sed and grep.

Additionally, the perl logic also seds git-am, which is now a binary not a shell
script anymore (see <github.com/git/git/blob/master/builtin/am.c>), so this part
was obsolete.

I tested this by grepping all shell scripts for the relevant commands and then
comparing the diffs of the new version to what is produced in master. All
changes in the scripts seem good to me.
2017-07-11 17:00:17 +01:00
Pascal Bach c725924dfd gitlab-runner service: support graceful termination (#27222)
The current behavior was for gitlab-runner is to immediately terminate when there
was a restart required. This can lead to aborted builds and is annoying to users.

By enabling graceful mode gitlab-runner will wait for all builds to finish before
terminating. The disadvantage is that a nixos-rebuild switch needs to wait till
all jobs are done. Because of that it is not enabled by default.
2017-07-11 15:38:46 +01:00
Bart Brouns 469aeb9a7f helm:0.8.6 -> 0.9.0 (#27302) 2017-07-11 15:37:06 +01:00
Vladimír Čunát 7d547a6b4c
texlive: switch to a *working* temporary mirror
See #24683.
2017-07-11 15:34:05 +02:00
Vladimír Čunát b1081224d8
unbound: bugfix 1.6.3 -> 1.6.4
Unbound is no longer a mass rebuild.
2017-07-11 15:17:12 +02:00
Peter Simons dd27e21b2a data: update hackage snapshot some more 2017-07-11 14:41:13 +02:00
sternenseemann de965b78ab jackline: 2017-05-21 -> 2017-05-24 2017-07-11 14:31:27 +02:00
Tim Steinbach 1434128a18
linux-copperhead: 4.12.d -> 4.12.e 2017-07-11 08:22:56 -04:00
Peter Simons 8fd63939d0 data: update hackage snapshot for 'callCabal' 2017-07-11 13:24:43 +02:00
Tuomas Tynkkynen 43ff1c8262 Merge remote-tracking branch 'upstream/master' into staging 2017-07-11 14:16:21 +03:00
Frederik Rietdijk b61238243c Merge pull request #27079 from FRidh/virtualenvwrapper
virtualenvwrapper: only add Python to $PATH, fixes #26982
2017-07-11 11:58:00 +02:00
Jan Tojnar bf60fbe2e1
ghex: init at 3.18.3 2017-07-11 10:05:06 +02:00
Lancelot SIX e200a97d6a
pythonPackages.django_compressor: 1.5 -> 2.1.1 2017-07-11 09:59:12 +02:00
Lancelot SIX 73076f3252
pythonPackages.django_appconf: 1.0.1 -> 1.0.2 2017-07-11 09:59:12 +02:00
Lancelot SIX a2c5fbe56d
pythonPackages.rcssmin: init at 1.0.6 2017-07-11 09:44:12 +02:00
Lancelot SIX fbf3f4d473
pythonPackages.rjsmin: init at 1.0.12 2017-07-11 09:43:30 +02:00
Vladimír Čunát 0be14a588f
nixos tests.misc: unblock a man-page test
I'm not sure what's wrong, but the pages look OK.  Discussion:
https://github.com/NixOS/nixpkgs/pull/27061#issuecomment-314330032
2017-07-11 08:55:55 +02:00
Vincent Laporte 412da3210b ocamlPackages.oasis: remove 0.4.6 2017-07-11 02:46:32 +00:00
Kamil Chmielewski 5f3568cbce pony-stable: 2017-03-30 -> 2017-04-20 2017-07-11 04:10:37 +02:00