Commit Graph

166802 Commits

Author SHA1 Message Date
Anders Kaseorg 004b908ae6 pypy, pypy3: Remove wrapper
The wrapper is not needed because the runpath is already set correctly,
and LD_LIBRARY_PATH was breaking child processes linked against
different libc versions.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-01-16 08:36:47 +01:00
R. RyanTM 7d5db9fbcb vault: 1.0.1 -> 1.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vault/versions
2019-01-15 23:19:48 -08:00
Anders Kaseorg 6282071229 pypy: Correct Python version in meta description
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-01-16 08:15:50 +01:00
Jörg Thalheim 8853eb62aa
Merge pull request from r-ryantm/auto-update/yq
yq: 2.7.1 -> 2.7.2
2019-01-16 07:13:19 +00:00
Elis Hirwing 6de48b291d
gitea: 1.6.3 -> 1.6.4
Release notes: https://github.com/go-gitea/gitea/releases/tag/v1.6.4
2019-01-16 08:12:12 +01:00
R. RyanTM e9138bfff5 yq: 2.7.1 -> 2.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yq/versions
2019-01-15 21:21:17 -08:00
Cray Elliott d5d5453684 discord: 0.0.7 -> 0.0.8
also fixes evaluation on release-18.09
2019-01-15 17:41:25 -08:00
Orivej Desh b0757da432 libjpeg-turbo: fix CVE-2018-20330 () 2019-01-16 01:21:03 +00:00
Orivej Desh 052db93d8f bazel: fix patches after 2019-01-16 00:54:56 +00:00
Tim Steinbach 8d35005491
jira-cli: Use Python 3.x
It otherwise reports
"error: jira-2.0.0 not supported for interpreter python2.7"
2019-01-15 19:08:39 -05:00
Robert Schütz 368b72a71d
Merge pull request from jonafato/fix-seafile-shared-version
Update seafile-shared hash
2019-01-16 01:00:28 +01:00
Robert Schütz 19d52f2144 seafile-client, libsearpc: remove dotlambda from maintainers
I do not want to maintain the package for a software that changes the
commit a version tag refers to.
See 37c1c427f5.
2019-01-16 00:48:33 +01:00
Jon Banafato 37c1c427f5 seafile-shared: update hash
`seafile-client` does not build successfully because of a hash mismatch
in `seafile-shared`. The old hash appears to point to commit
`b7f2be78c1d979ff1242c3b65b41228e31427843` rather than
`ea8f5e2b45612d77fee9934f942d1d7d55560dad`, which is the commit that the
`v6.2.10` tag currently references.
2019-01-16 00:44:44 +01:00
Tim Steinbach 4dd6ea08f9
oh-my-zsh: 2018-11-27 -> 2019-01-15 2019-01-15 18:42:57 -05:00
Robert Schütz 7f0f75c0c7
Merge pull request from leo60228/patch-1
youtube-dl: 2019.01.10 -> 2019.01.16
2019-01-16 00:24:58 +01:00
Vladyslav M 805e2bbced
Merge pull request from vbgl/ocaml-ocp-indent-1.7.0
ocamlPackages.ocp-indent: 1.6.1 -> 1.7.0
2019-01-16 00:54:27 +02:00
/u/leo60228 977fd31463
youtube-dl: 2019.01.10 -> 2019.01.16
See 
2019-01-15 17:28:32 -05:00
Matthew Bauer 3956a8421f
Merge pull request from pmahoney/openfst-darwin
openfst: relax platform requirement to include darwin
2019-01-15 16:59:12 -05:00
Vladyslav M 95a0e24381
Merge pull request from Ma27/improve-gitea-module
nixos/gitea: minor fixes
2019-01-15 23:55:16 +02:00
Pierre-Etienne Meunier 121318a9b4 toml2nix: init at 0.1.1 () 2019-01-15 23:36:36 +02:00
Will Dietz fcb4d11757 torsocks: 2.2.0 -> 2.3.0
https://github.com/dgoulet/torsocks/blob/v2.3.0/ChangeLog
2019-01-15 15:24:55 -06:00
Michael Weiss afb6a7fe00
gitRepo: 1.13.1 -> 1.13.2 2019-01-15 22:20:17 +01:00
gnidorah 30ff54c348 way-cooler: 0.8.0 -> 0.8.1 () 2019-01-15 23:05:17 +02:00
Jörg Thalheim 8c3e66e28a
Merge pull request from fgaz/dead-links/1
Fix some dead links
2019-01-15 19:47:36 +00:00
WilliButz 619c308c69 grafana: 5.4.2 -> 5.4.3 2019-01-15 19:43:15 +00:00
Cray Elliott 4e4a9babd7 discord: 0.0.5 -> 0.0.7
discord now depends on gtk3 instead of gtk2, unfortunately
there is no public changelog, so other changes are unknown
2019-01-15 11:28:13 -08:00
Francesco Gazzetta 2832ec9335 maintainers: update fgaz's email address 2019-01-15 13:41:04 -05:00
Will Dietz 11590f4526
Merge pull request from erictapen/scribusUnstable-poppler-fix
scribusUnstable: fix build failure from poppler bump
2019-01-15 12:40:33 -06:00
Félix Baylac-Jacqué 57004738b1 bazel: fix python stub paths.
Since the 0.21 upgrade, the host `$PATH` is not forwarded anymore by
default to the sandboxes in charge to realize Bazel actions. This
default change broke the `py_binary` rule among other things.

Every python binary is wrapped in a stub in charge to setup the
execution environment. Currently, this stub's shebang points to a
`/usr/bin/env python` which cannot be resolved with the current
`$PATH`.
This results in breaking any build pipeline requiring the use of
python at some point. On top of the incorrect shebang, the stub
template is unable to find the actual python binary using
`SearchPath`.

This PR fixes those two things by re-writing the stub template shebang
to the actual python binary and by substituting the faulty default
python binary lookup to the right one.
2019-01-15 19:25:24 +01:00
Will Dietz 2ea8a2147c
Merge pull request from dtzWill/update/pkgconf-1.6.0
pkgconf: 1.5.4 -> 1.6.0
2019-01-15 12:23:52 -06:00
Jörg Thalheim 8349329617
Merge pull request from jb55/clightning-0.6.3rc1
clightning: 0.6.2 -> 0.6.3
2019-01-15 17:58:48 +00:00
Patrick Mahoney 51a586729a openfst: relax platform requirement to include darwin
This builds on darwin. I was able to use it to compile another package
on darwin that depends on openfst, though I have not done extensive
testing.
2019-01-15 11:29:19 -06:00
Yorick van Pelt f9a7b5d22e
pg_tmp, ephemeralpg: merge packages 2019-01-15 18:17:12 +01:00
Jörg Thalheim ca61531750
ccls: init at 0.20181225
- tested with [emacs](https://dl.thalheim.io/kdh-PwxzlwGKTEl1_NpTzg/2019-01-13-190156_1920x1080_scrot.png)
and vim.
- wrapped to pick up our cc wrapper environment -> works perfectly in nix-shell
2019-01-15 17:12:56 +00:00
Yorick van Pelt 915a21762b
ephemeralpg: add getopt to wrapped path
fixes script on darwin
2019-01-15 18:07:15 +01:00
Jörg Thalheim 89f5fbbdd2
Merge pull request from tadfisher/master
jetbrains: 2018.3.1 -> 2018.3.2
2019-01-15 16:59:19 +00:00
Francesco Gazzetta ba275b9df0 jl: fix homepage url 2019-01-15 17:20:26 +01:00
Francesco Gazzetta 81e8923186 duktape: update meta urls 2019-01-15 17:18:14 +01:00
Francesco Gazzetta 6305f70dad gnujump: update homepage link 2019-01-15 17:17:05 +01:00
Frederik Rietdijk 42d276c6b8 Merge staging-next into staging 2019-01-15 16:59:03 +01:00
Frederik Rietdijk ab8e72b7bb Merge master into staging-next 2019-01-15 16:57:18 +01:00
Vladyslav Mykhailichenko 36c904d637 hexyl: 0.3.1 -> 0.4.0 2019-01-15 17:50:24 +02:00
Will Dietz 1f0467005d openblas: 0.3.4 -> 0.3.5, rework a bit ()
* openblas: simplify a bit, fix doCheck so tests are enabled non-cross.

* doCheck should be 'true' in (at least) the non-cross case,
  this looks like an inverted check that's largely benign
* doCheck will be set to 'false' in the cross case anyway,
  makeDerivation does this IIRC
* targetPrefix can be used without checking, probably by design

Derivation hash does change but no "real" functionality change intended.

* openblas: nix types for config attrs (hash-preserving)

* openblas: more nix-ification, merge in cross attrs, prefer to always set

(but set appropriately for cross and non-cross cases both)

* I'm not sure what NO_BINARY_MODE does,
  this change now sets explicitly false in the non-cross scenario
  (previously unset unless cross).
* Drop musl NO_AFFINITY case, will be removed in upgrade shortly

* openblas: 0.3.4 -> 0.3.5
2019-01-15 16:36:07 +01:00
Tor Hedin Brønner befac4ae4b
Merge pull request from dtzWill/update/gtk-3.24.3
gtk3: 3.24.2 -> 3.24.3
2019-01-15 15:38:16 +01:00
Will Dietz 15d8f837c6
Merge pull request from dtzWill/update/aminal-0.8.6
aminal: 0.8.5 -> 0.8.6
2019-01-15 07:50:58 -06:00
Tor Hedin Brønner 380bd3b280
Merge pull request from Ma27/fix-osquery
osquery: fix build
2019-01-15 14:34:07 +01:00
Michael Weiss 8d8ed93725
swaylock: init at 1.2 2019-01-15 13:34:18 +01:00
Michael Weiss 813164e0cd
swayidle: init at 1.1 2019-01-15 13:15:37 +01:00
Robert Hensing db70173627 Revert "nixos/modules/misc/nixpkgs.nix: Use pure Nixpkgs function"
As a workaround for  and
https://github.com/NixOS/nix/issues/1232

This reverts commit 5f894a67f5.
2019-01-15 13:11:09 +01:00
Justin Humm ac891e9ea6
scribusUnstable: fix build failure from poppler bump
Poppler was upgraded in [0] and therefore the build broke, as
poppler/goo/gtypes.h was moved into poppler/goo/gfile.h [1].

The patch is intended to be broght upstream and then can be reverted.

[0] 7757e43fcb
[1] ef3ef702bc
2019-01-15 12:47:48 +01:00