Commit Graph

110712 Commits

Author SHA1 Message Date
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
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
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
Vincent Laporte
3095a46bfc ocamlPackages.oasis: 0.4.7 -> 0.4.10 2017-07-11 03:40:07 +02:00
John Wiegley
c072fb4729
coqPackages_8_6.heq: Add to the 8.6 set 2017-07-10 18:35:57 -07:00
John Wiegley
399dee93ae
coqPackages.autosubst: New expression 2017-07-10 18:35:56 -07:00
John Wiegley
d40dd2c70d
coqPackages.QuickChick: 20170422 -> 20170710 2017-07-10 18:35:56 -07:00
John Wiegley
e78b9a68a0
coqPackages.paco: 1.2.7 -> 1.2.8 2017-07-10 18:35:55 -07:00
Sander van der Burg
42e6b754fb disnix: 0.7 -> 0.7.1 2017-07-11 00:26:16 +02:00
John Wiegley
fdc49ed8fa
coqPackages.paco: Add attribute to 8_5 and 8_6 as well 2017-07-10 15:04:32 -07:00
Tobias Geerinckx-Rice
46dc5394cd
Update e-mail address for nckx 2017-07-10 20:54:18 +02:00
Vincent Laporte
73860eea0f ocamlPackages.result: 1.1 -> 1.2 2017-07-10 18:21:02 +00:00
Vincent Laporte
c9468acdf4 ocamlPackages.ocaml-migrate-parsetree: requires OCaml ≥ 4.02 2017-07-10 20:18:48 +02:00
Vincent Laporte
79ddb5d5e0 ocamlPackages.topkg: requires OCaml ≥ 4.01 2017-07-10 20:18:48 +02:00
Will Dietz
07f27eddae jnettop: add patch for 64bit counters (#27283)
Add patch (from Debian) to use 64bit counters for transfer totals. Otherwise counters overflow at 4GB.
2017-07-10 20:02:07 +02:00
Daiderd Jordan
614fbf1111 Merge pull request #27286 from dtzWill/feature/nim-vim
vim-plugins: Add nim.vim
2017-07-10 19:57:53 +02:00
Franz Pletz
e4dd6377a5
mitmproxy: add patch to bump pyopenssl dependency 2017-07-10 19:47:54 +02:00
John Ericson
3cb745d5a6 stdenv: Store one package per line in nix-support/propagated-*
This makes those files a bit easier to read. Also, for what it's worth,
it brings us one baby step closer to handling spaces in store paths.

Also, I optimized handling of many transitive deps with read. Probably,
not very beneficial, but nice to enforce the pkg-per-line structure.
Doing so let me find much dubious code and fix it.

Two misc notes:

 - `propagated-user-env-packages` also needed to be adjusted as
   sometimes it is copied to/from the propagated input files.

 - `local fd` should ensure that file descriptors aren't clobbered
   during recursion.
2017-07-10 13:32:13 -04:00
Will Dietz
fe3fb77774 vim-plugins: Add nim.vim 2017-07-10 12:29:03 -05:00
Vladimír Čunát
3678981f9f
knot-resolver: remove aarch64 from meta.platforms
It will compile but won't really work ATM.
2017-07-10 18:11:40 +02:00
Lancelot SIX
8e9d618ef3 unifont: 10.0.02 -> 10.0.04
See http://lists.gnu.org/archive/html/info-gnu/2017-07/msg00004.html
for release announcement
2017-07-10 17:36:36 +02:00
Eelco Dolstra
f385e224e5 Merge pull request #27279 from obsidiansystems/stdenv-misc
Two misc changes for stdenv
2017-07-10 17:27:24 +02:00
John Ericson
5896d84dbb stdenv: Stop reversing the list of sandbox stuff
We're breaking hashes anyways
2017-07-10 11:25:51 -04:00
John Ericson
2f198956c7 stdenv: Make separate-debug-info.sh a nativeBuildInput 2017-07-10 11:25:51 -04:00
John Ericson
5c4fa41d2a Merge a lib change into staging 2017-07-10 11:24:35 -04:00
John Ericson
5059b6307a Merge pull request #27281 from obsidiansystems/lib-powerpc
lib: Add isPowerPC predicate, and fix family name
2017-07-10 11:16:41 -04:00
John Ericson
02464668c0 lib: Add isPowerPC predicate, and fix family name 2017-07-10 11:13:56 -04:00
Vladimír Čunát
08743fe0a3
luajit: 2.0 actually doesn't support aarch64 at all
I suppose 2.1 with caveats with some pointers is better than nothing.
I'm sorry for the potential confusion.  In particular, the problem
about 64-bit pointers is the same in 2.0 and 2.1, despite the warning
only being shown for 2.1 on the web site.
2017-07-10 14:22:35 +02:00
Tuomas Tynkkynen
299af45989 wallabag: Move docs to correct directory 2017-07-10 14:52:47 +03:00
Tuomas Tynkkynen
745dadf139 socklog: Move docs to the correct location 2017-07-10 14:47:52 +03:00
Tuomas Tynkkynen
217bd1fb38 shaarli: Move docs to correct place 2017-07-10 14:44:29 +03:00
Tuomas Tynkkynen
95d73068de awstats: Fix doc path 2017-07-10 14:42:39 +03:00
Tim Steinbach
37f59d2e72 Merge pull request #27137 from vdemeester/update-docker-1706
docker: 17.03.2-ce -> 17.06.0-ce
2017-07-10 07:08:37 -04:00
Jörg Thalheim
14702c3944 Merge pull request #27240 from dtzWill/feature/moby-linuxkit
moby, linuxkit: init at 2017-07-07, 2017-07-08
2017-07-10 11:12:07 +01:00
Matt McHenry
c3d036df71
eclipse-modeling: 4.6 -> 4.7 2017-07-10 11:45:29 +02:00
Matt McHenry
cd7a01d56e
eclipse-cpp: 4.6.0 -> 4.7.0 2017-07-10 11:45:24 +02:00
Jörg Thalheim
48248d735c Merge pull request #27274 from kamilchm/ponyc
ponyc: 0.14.0 -> 0.15.0
2017-07-10 10:40:43 +01:00
Roman Volosatovs
c060b8792a Mopidy-iris: init at 3.0.0 (#26518) 2017-07-10 10:18:29 +01:00
Kamil Chmielewski
8f1825d838 ponyc: 0.14.0 -> 0.15.0 2017-07-10 10:27:51 +02:00
Vincent Demeester
ec570448a0
docker-ce: 17.03.02-ce -> 17.06.0-ce
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-07-10 09:58:32 +02:00
Jörg Thalheim
45f58142e0 Merge pull request #27264 from Radvendii/argon
libargon2: init at 20161029
2017-07-10 08:53:51 +01:00
Jörg Thalheim
b6d0c1eb18 libargon2: do not override pre/postInstall hook 2017-07-10 08:51:46 +01:00
Taeer Bar-Yam
5160ae5d5c libargon2: init at 20161029 2017-07-10 08:51:46 +01:00
Taeer Bar-Yam
06e701af4d maintainers: added olynch 2017-07-10 08:51:46 +01:00
Jörg Thalheim
45c33c7c43 Merge pull request #27272 from sigma/pr/hugo-0.25.1
hugo: 0.25 -> 0.25.1
2017-07-10 08:45:28 +01:00
Jörg Thalheim
0a474903bf Merge pull request #27271 from olejorgenb/nix-zsh-completions-update+fix
Nix zsh completions update and add missing version to name
2017-07-10 08:42:13 +01:00
Franz Pletz
90f9d52b73
matrix-synapse: 0.21.0 -> 0.22.1 2017-07-10 09:36:05 +02:00