Commit graph

26130 commits

Author SHA1 Message Date
Frederik Rietdijk 294e7b1b39
Merge pull request #42425 from Synthetica9/atom-1-28-0
atom: 1.27.2 -> 1.28.0
2018-06-23 18:08:27 +02:00
Frederik Rietdijk 14b28269b3 octoprint: fix build 2018-06-23 13:45:09 +02:00
Patrick Hilhorst 5b3ccfd58a
atom: 1.27.2 -> 1.28.0 2018-06-23 13:42:00 +02:00
Frederik Rietdijk bb79a46357 freecad: fix build 2018-06-23 11:02:41 +02:00
Frederik Rietdijk 95eb2fa40e Merge staging into master 2018-06-23 08:23:24 +02:00
Matthew Justin Bauer a006243b8d
Merge pull request #41732 from Infinisil/overrideDerivation
some overrideDerivation cleanups
2018-06-22 20:07:48 -04:00
Tim Steinbach 2624f90796
Merge pull request #42376 from dtzWill/update/git-2.18.0
git: 2.17.1 -> 2.18.0
2018-06-23 00:00:13 +00:00
Michael Weiss f0520361a1 androidStudioPackages.{beta,dev,canary}: 3.2.0.17 -> 3.2.0.18 2018-06-22 20:58:10 +02:00
Will Dietz 26f24fe09a git: indicate when last tested to "still" fail, for checking updates 2018-06-22 10:10:20 -05:00
Will Dietz 1190af39b9 git: disable failing completion test as well 2018-06-22 10:02:57 -05:00
Will Dietz 4136cb5ba9 git: disable "editor with a space" tests due to fails
Need to investigate.
2018-06-22 10:00:42 -05:00
Will Dietz e65e6cad23 git: disable working-tree-encoding tests on musl
Makes assumptions about BOM.
2018-06-22 09:56:20 -05:00
Will Dietz 5f27396e8f git: remove symlinks-in-bin patch 2018-06-22 09:15:54 -05:00
Will Dietz 18231121f4 git: 2.17.1 -> 2.18.0 2018-06-22 09:12:06 -05:00
adisbladis 25ee8e0f70
firefox-devedition-bin: 62.0b1 -> 62.0b2 2018-06-22 22:05:26 +08:00
Lancelot SIX 75879177e8
Merge pull request #42364 from dotlambda/qutebrowser-1.3.3
qutebrowser: 1.3.2 -> 1.3.3
2018-06-22 14:36:04 +02:00
Frederik Rietdijk 48110c1295 Merge staging into master 2018-06-22 13:20:37 +02:00
Robert Schütz 080fbe90a5 jrnl: use Python 3 2018-06-22 13:09:49 +02:00
Michael Weiss db0da282c3 signal-desktop: 1.12.1 -> 1.13.0 2018-06-22 12:33:13 +02:00
Robert Schütz 3c8d19fc69 qutebrowser: 1.3.2 -> 1.3.3 2018-06-22 11:53:21 +02:00
Pascal Wittmann 11a0d130ff
Merge pull request #42346 from Ma27/fix-yabar
yabar: fix build
2018-06-22 09:47:05 +02:00
Matthew Justin Bauer 9185df5f9d
Merge pull request #41614 from teto/flent_wrap
[RFC/RDY] flent: add manpage + init http-getter
2018-06-21 21:33:49 -04:00
Matthew Bauer fc048073e6 git: remove object file from closure
This file pulls in some big dependencies that are unneeded (like
clang).
2018-06-21 19:47:10 -04:00
Jörg Thalheim 6906e5c149 gitAndTools.hub: remove go compiler from runtime closure 2018-06-21 23:34:44 +01:00
Maximilian Bosch 2ae32923ed
yabar: fix build
The stable build for `yabar` is currently broken: https://hydra.nixos.org/build/75989172

Main reason is that the inline function `ya_setup_prefix_suffix` is
supposed to be an inline function, but was insufficiently declared as
such which broke the compiler recently with the following message:

```
gcc -std=c99 -Iinclude -pedantic -Wall -Os `pkg-config --cflags pango pangocairo libconfig` -DVERSION=\"0.4.0\" -D_POSIX_C_SOURCE=199309L -DYA_INTERNAL -DYA_DYN_COL -DYA_ENV_VARS -DYA_INTERNAL_EWMH  -c -o src/intern_blks/ya_intern.o src/intern_blks/ya_intern.c
gcc -o yabar src/ya_main.o src/ya_draw.o src/ya_exec.o src/ya_parse.o src/intern_blks/ya_intern.o -lxcb -lpthread -lxcb-randr -lxcb-ewmh `pkg-config --libs pango pangocairo libconfig`
src/intern_blks/ya_intern.o: In function `ya_int_date':
ya_intern.c:(.text+0x49): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_uptime':
ya_intern.c:(.text+0xf4): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_brightness':
ya_intern.c:(.text+0x1d8): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_bandwidth':
ya_intern.c:(.text+0x377): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_cpu':
ya_intern.c:(.text+0x6de): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o:ya_intern.c:(.text+0x924): more undefined references to `ya_setup_prefix_suffix' follow
collect2: error: ld returned 1 exit status
make: *** [Makefile:18: yabar] Error 1
```

This issue has been fixed on master (see
9779a5e04b)
which is why `nixos.yabar-unstable` remained functional.
2018-06-21 23:38:13 +02:00
Jörg Thalheim 9da836dd03 rancher-compose: remove
I no longer use rancher and can test this derivation.
Also rancher-compose should have the same version as the rancher cluster
used. So it is better to be build by the user using it rather having a
random version in nixpkgs.
2018-06-21 11:11:41 +01:00
Matthew Justin Bauer 3925077548
Merge pull request #41485 from teto/owamp
[RDY] Owamp : Get one way (network) latencies between synchronized computers
2018-06-20 21:45:36 -04:00
Jörg Thalheim ac5734752c
Merge pull request #42248 from r-ryantm/auto-update/limesuite
limesuite: 18.04.1 -> 18.06.0
2018-06-21 00:32:20 +01:00
Jörg Thalheim d4ed33492e
Merge pull request #42296 from bkchr/ts3_3_1_10
teamspeak_client: 3.1.8 -> 3.1.10
2018-06-20 23:35:20 +01:00
Jörg Thalheim a03f342a56
Merge pull request #42303 from akru/master
parity: 1.10.6 -> 1.10.7
2018-06-20 22:35:06 +01:00
Jörg Thalheim 04917b22a0
Merge pull request #42309 from Infinisil/fix/tasknc
tasknc: fix
2018-06-20 22:32:06 +01:00
Silvan Mosberger 2f407c43b0
tasknc: fix 2018-06-20 23:18:14 +02:00
Jörg Thalheim 80fa12f1cf
Merge pull request #42300 from woffs/shotcut-180602-qt511
shotcut: 18.06.02 -> 18.05.08
2018-06-20 22:04:42 +01:00
Bastian Köcher 67c7b00abf skypeforlinux: 8.18.0.6 -> 8.24.0.2 2018-06-20 20:53:25 +00:00
Matthew Justin Bauer ec3957591f
emacs-mac: fix meta
- add myself as a maintainer
- fix name and description for emacs 26
2018-06-20 16:28:25 -04:00
Robert Helgesson b717ca8e45
eclipse-plugin-spotbugs: 3.1.3 -> 3.1.5 2018-06-20 20:24:45 +02:00
Alexander Krupenkin 4e1bbd189f
parity: 1.10.6 -> 1.10.7 2018-06-20 18:57:34 +03:00
Frank Doepper 0127c4295f shotcut: nicer patch url 2018-06-20 16:15:51 +02:00
Jörg Thalheim bbbd1aaa92
Merge pull request #42205 from r-ryantm/auto-update/spectrojack
spectrojack: 0.4 -> 0.4.1
2018-06-20 14:40:03 +01:00
Frank Doepper e0d0460d07 shotcut: 18.06.02 -> 18.05.08
also patched to build with qt511, see
https://github.com/mltframework/shotcut/issues/590
2018-06-20 14:00:31 +02:00
Jörg Thalheim 22bc57c314
Merge pull request #42264 from r-ryantm/auto-update/git-secret
git-secret: 0.2.3 -> 0.2.4
2018-06-20 10:53:08 +01:00
Jörg Thalheim 53f86fbd36
Merge pull request #42288 from r-ryantm/auto-update/bitcoin
altcoins.bitcoin: 0.16.0 -> 0.16.1
2018-06-20 10:37:18 +01:00
Peter Simons bbf359ecc8 esniper: update to latest version 0.35.0 2018-06-20 09:49:53 +02:00
Bastian Köcher 8ac1721cd6 teamspeak_client: 3.1.8 -> 3.1.10 2018-06-20 09:28:48 +02:00
adisbladis 8f558a68ca
firefox-devedition-bin: 61.0b14 -> 62.0b1 2018-06-20 14:58:39 +08:00
R. RyanTM 77f3ac7b76 altcoins.bitcoin: 0.16.0 -> 0.16.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/bitcoin/versions.

These checks were done:

- built on NixOS
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoind passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoin-cli passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoin-tx passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/test_bitcoin passed the binary check.
- /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bench_bitcoin passed the binary check.
- Warning: no invocation of /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/bitcoin-qt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1/bin/test_bitcoin-qt had a zero exit code or showed the expected version
- 5 of 7 passed binary check by having a zero exit code.
- 0 of 7 passed binary check by having the new version present in output.
- found 0.16.1 with grep in /nix/store/5fjv944ikyak1s83624ay8i9h4gbs2c0-bitcoin-0.16.1
- directory tree listing: https://gist.github.com/a5e5d745910497ae913d4577342deba5
- du listing: https://gist.github.com/5f62bec50f6ab977a25c8ee0f118cb10
2018-06-19 17:15:26 -07:00
Matthew Justin Bauer 912e60f929
inkscape: add perl to nativeBuildInputs
This should fix the issue in Linux sandbox.
2018-06-19 15:43:36 -04:00
Michael Raskin 5fce881f60 wireshark: 2.4.7 -> 2.6.1 2018-06-19 21:21:19 +02:00
R. RyanTM 802ea37863 git-secret: 0.2.3 -> 0.2.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/git-secret/versions.

These checks were done:

- built on NixOS
- /nix/store/rhxzf1mc0jz2m3rp0rg5wqn81ykfshay-git-secret-0.2.4/bin/git-secret passed the binary check.
- /nix/store/rhxzf1mc0jz2m3rp0rg5wqn81ykfshay-git-secret-0.2.4/bin/.git-secret-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 0.2.4 with grep in /nix/store/rhxzf1mc0jz2m3rp0rg5wqn81ykfshay-git-secret-0.2.4
- directory tree listing: https://gist.github.com/d460daac78bbcef226d1fff7918d150d
- du listing: https://gist.github.com/ea683543c922a9c179a97faf441a1797
2018-06-19 11:59:41 -07:00
Franz Pletz bcc60fad86
Merge pull request #42177 from jtojnar/deja-dup-nautilus
deja-dup: fix nautilus extension breaking nautilus
2018-06-19 16:53:56 +00:00