Commit Graph

110151 Commits

Author SHA1 Message Date
adisbladis
ebc090c125
Merge pull request #33867 from dtzWill/update/mendeley-1.17.13-and-update-checker
mendeley: add update script, use it, add myself as maintainer
2018-01-15 09:49:52 +08:00
adisbladis
9af3b9d7b2
Merge pull request #33868 from dtzWill/snowman-deprecate-qt4
snowman: deprecate qt4 variant
2018-01-15 09:37:35 +08:00
adisbladis
554104e6b9
Merge pull request #33864 from adisbladis/mendeley-qt59
mendeley: Re-link with qt 5.9
2018-01-15 09:30:52 +08:00
Andreas Rammhold
50f48fce09
transmission: fix RCE via dns rebinding attach
For further details see [1] & [2].

[1] https://github.com/transmission/transmission/pull/468
[2] http://www.openwall.com/lists/oss-security/2018/01/12/1
2018-01-15 00:22:31 +01:00
Andreas Rammhold
890c8047ed
Merge pull request #33869 from dotlambda/spectre-meltdown-checker
spectre-meltdown-checker: 0.29 -> 0.31
2018-01-14 22:22:05 +00:00
Tuomas Tynkkynen
0ed9de2546 gnuplot: Use quoting syntax that's compatible with old and new Nix versions
There is probably a way to have it work with substituteInPlace, but
using sed is a cheap solution to not having to figure out how to escape
"'$'" in Nix that works in both versions.

Issue #31179.
Fixes #33833.
2018-01-15 00:03:38 +02:00
Robert Schütz
898ac01eb8 spectre-meltdown-checker: 0.29 -> 0.31 2018-01-14 22:58:04 +01:00
Will Dietz
fecfd3b7ae wireshark: 2.4.3 -> 2.4.4
https://www.wireshark.org/docs/relnotes/wireshark-2.4.4.html
2018-01-14 15:43:42 -06:00
Will Dietz
17453b2310 snowman: Drop qt4 variant
cc #33248
2018-01-14 14:56:17 -06:00
Vladimír Čunát
67e8392383
Merge #33057: stdenv meta checks: make them lazy
Closes #22277 - it's superseded;  I have some WIP on evaluation
performance, but best do that in a separate PR/thread.
2018-01-14 21:41:31 +01:00
Will Dietz
0e4fd35147 mendeley: 1.17.12 -> 1.17.13 2018-01-14 14:37:43 -06:00
Will Dietz
332389611a mendeley: Add update-checker script, add myself as maintainer
Doesn't actually edit the file,
but reports when an update is available
and provides useful information.
2018-01-14 14:37:43 -06:00
Dan Peebles
1a054480d3 mono54: init
Still trying to figure out how msbuild should fit into the picture...
2018-01-14 15:36:00 -05:00
Jan Malakhovski
85cd22cf7d treewide: replace addPassthru 2018-01-14 19:53:57 +00:00
adisbladis
a904ffa756
Merge pull request #33865 from romildo/upd.uget
uget: 2.0.10 -> 2.2.0
2018-01-15 03:52:00 +08:00
Robert Helgesson
dd798d13bd
eclipse-plugin-checkstyle: 8.5.1 -> 8.7.0 2018-01-14 20:46:29 +01:00
Robert Helgesson
fb5f636cd8
svtplay-dl: 1.9.6 -> 1.9.7 2018-01-14 20:46:29 +01:00
Vladimír Čunát
990ff97c6d
glibc: 2.26-115 -> 2.26-131 to fix CVE-2018-1000001
/cc https://github.com/NixOS/nixpkgs/issues/33826#issuecomment-357436030
2018-01-14 20:41:43 +01:00
Tuomas Tynkkynen
6ed0fe7e45 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/build-support/fetchbower/default.nix
	pkgs/build-support/fetchdarcs/default.nix
	pkgs/build-support/fetchgx/default.nix
	pkgs/development/python-modules/botocore/default.nix
	pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
	pkgs/tools/admin/awscli/default.nix
2018-01-14 21:18:27 +02:00
José Romildo Malaquias
01e1ba6ab2 uget: 2.0.10 -> 2.2.0 2018-01-14 17:10:17 -02:00
David Asabina
b986078593 bitscope: refactored to pass nixpkgs-lint
The linter (nixpkgs-lint) was not able to find the bitscope packages
because `recurseIntoAttrs` was not applied to the suite's set.

The name supplied to `buildFHSUserEnv` produces a binary that
corresponds to the binary names in the deb packages (e.g.: bitscope-dso,
bitscope-chart, bitscope-logic, etc), however; this name does not
constitute a valid nixpkgs name. Valid nixpkgs names satisfy the
`/(.*)(-[0-9].*)$/` pattern, therefore a valid name is merged into the
derivation produced by `buildFHSUserEnv`.
2018-01-14 20:00:10 +01:00
adisbladis
f0b97a6dac
mendeley: Re-link with qt 5.9 2018-01-15 02:04:23 +08:00
adisbladis
3538492f33
cool-retro-term: 1.0.0 -> 1.0.1 2018-01-15 01:47:57 +08:00
adisbladis
05d803ab5f
qmltermwidget: Use fetchFromGitHub 2018-01-15 01:47:42 +08:00
Maximilian Bosch
17dcd33e00
android-studio: set ANDROID_EMULATOR_USE_SYSTEM_LIBS
This change sets an environment variable to ensure that Android Studio
uses the correct drivers to avoid any breackage when trying to run a
native application on a virtual device.

Without proper configuration `android-studio` would be unable to load
the drivers for the AVD and yield messages like this:

```
3:32 PM	Executing tasks: [:app:assembleDebug]

3:32 PM	Emulator: libGL error: unable to load driver: i965_dri.so

3:32 PM	Emulator: libGL error: driver pointer missing

3:32 PM	Emulator: libGL error: failed to load driver: i965

3:32 PM	Emulator: libGL error: unable to load driver: i965_dri.so

3:32 PM	Emulator: libGL error: driver pointer missing

3:32 PM	Emulator: libGL error: failed to load driver: i965

3:32 PM	Emulator: libGL error: unable to load driver: swrast_dri.so

3:32 PM	Emulator: libGL error: failed to load driver: swrast

3:32 PM	Emulator: X Error of failed request:  BadValue (integer parameter out of range for operation)

3:32 PM	Emulator: Major opcode of failed request:  155 (GLX)

3:32 PM	Emulator: Minor opcode of failed request:  24 (X_GLXCreateNewContext)

3:32 PM	Emulator: Value in failed request:  0x0

3:32 PM	Emulator: Serial number of failed request:  64

3:32 PM	Emulator: Current serial number in output stream:  65

3:32 PM	Emulator: emulator: ERROR: Missing initial data partition file: /home/ma27/.android/avd/Nexus_5X_API_27.avd/userdata.img

3:32 PM	Emulator: Process finished with exit code 1

3:32 PM	Gradle build finished with 2 warnings(s) in 6s 378ms
```

For further reference have a look at the following StackOverflow
message: https://stackoverflow.com/a/40790339
2018-01-14 18:33:52 +01:00
adisbladis
ff94fbc416
Merge pull request #33851 from vbgl/why3-0.88.3
why3: 0.88.1 -> 0.88.3
2018-01-15 01:27:45 +08:00
adisbladis
a41d7b9ea1
Merge pull request #33839 from mimadrid/update/gephi-0.9.2
gephi: 0.9.1 -> 0.9.2
2018-01-15 01:10:52 +08:00
adisbladis
8635941b4a
Merge pull request #33840 from mimadrid/update/cytoscape-3.6.0
cytoscape: 3.5.1 -> 3.6.0
2018-01-15 01:09:34 +08:00
adisbladis
5858f5abdd
Merge pull request #33841 from jonafato/skypeforlinux-8.13.0.2
skypeforlinux: 8.11.0.4 -> 8.13.0.2
2018-01-15 01:02:52 +08:00
adisbladis
620ae7be2b
Merge pull request #33859 from dotlambda/netdisco
python3Packages.netdisco: init at 1.2.3
2018-01-15 00:14:29 +08:00
Robert Helgesson
9306956b8a
fantasque-sans-mono: 1.7.1 -> 1.7.2 2018-01-14 17:10:43 +01:00
Robert Schütz
f2c08d3e9e python3Packages.netdisco: init at 1.2.3 2018-01-14 16:59:38 +01:00
Robert Schütz
cb6a25db0a spectre-meltdown-checker: init at 0.29 2018-01-14 16:29:37 +01:00
adisbladis
ef2591ee01
kde-frameworks: 5.41 -> 5.42 2018-01-14 22:28:34 +08:00
Frederik Rietdijk
a6af522217
Merge pull request #33856 from jluttine/add-versioneer
pythonPackages.versioneer: init at 0.18
2018-01-14 15:05:42 +01:00
Jaakko Luttinen
f3c996e25d
pythonPackages.versioneer: init at 0.18 2018-01-14 16:03:21 +02:00
Frederik Rietdijk
4475995685
Merge pull request #33774 from LumiGuide/elasticsearch-curator-5.4.1-cleanup
Elasticsearch curator 5.4.1 cleanup
2018-01-14 15:00:02 +01:00
Jan Malakhovski
8606dd8556 lib: change the order of arguments of addPassthru 2018-01-14 13:24:30 +00:00
Jan Malakhovski
fac3d49e48 stdenv: provide meta.name 2018-01-14 13:24:30 +00:00
Jan Malakhovski
50148f0630 stdenv: hide name under check-meta assert
This is a temporary workaround to make `nix-env -qa` and `nix search` ignore
broken packages as they they did before this patchset.

This patch should be reverted after `nix` gets a proper fix for this.
See NixOS/nix#1771.
2018-01-14 13:24:30 +00:00
Jan Malakhovski
eaee2a1199 stdenv: implement config.checkMetaRecursively
This option makes `meta.evaluate` into a close approximation of the result of
evaluating `.outPath` by checking all the dependencies recursively at a cost of
2x slowdown. Note that actually evaluating `.outPath` costs some
5x-7x more because `.outPath` also computes all the hashes.
2018-01-14 13:24:30 +00:00
Jan Malakhovski
ecd3990cd4 stdenv: provide meta.evaluates
This gives a way to see the result of `check-meta` without triggering any assertions.
2018-01-14 13:24:29 +00:00
Jan Malakhovski
9956687151 stdenv: change some indent 2018-01-14 13:24:22 +00:00
Robert Schütz
9121a97366 pythonPackages.user-agents: init at 1.1.0 2018-01-14 14:10:01 +01:00
Andrey Golovizin
3eb0ddcfc4
virt-manager: add gobjectIntrospection to nativeBuildInputs 2018-01-14 13:31:03 +01:00
Jörg Thalheim
c08042ba4b
Merge pull request #33742 from lsix/gdbm_1_14
gdbm: 1.13 -> 1.14
2018-01-14 10:47:04 +00:00
Sarah Brofeldt
ee4e6ebbfa
Merge pull request #32822 from LumiGuide/elk6
ELK: 5.6.1 -> 5.6.5 & add ELK 6.1.0
2018-01-14 10:40:50 +01:00
Vincent Laporte
aee1cebda7
why3: 0.88.1 -> 0.88.3 2018-01-14 05:51:06 +00:00
Vincent Laporte
bed805f4ed
ocamlPackages.uri: 1.9.5 -> 1.9.6 2018-01-14 05:33:36 +00:00
Vincent Laporte
1b43f4fe86
ocamlPackages.uri: 1.9.2 -> 1.9.5 2018-01-14 05:28:49 +00:00
Vincent Laporte
08492b31d1 ocamlPackages.mstruct: 1.3.3 -> 1.4.0 2018-01-14 06:28:13 +01:00
Graham Christensen
34b4d41a84
Merge pull request #33792 from paraseba/scidvspc
scid-vs-pc: init at version 4.18.1
2018-01-13 21:16:19 -05:00
Sebastian Galkin
0079153414 scid-vs-pc: Set meta platforms to linux
Darwin spits the following error:

  Location of "tk.h": not found
    Location of Tcl 8.6 library: /nix/store/zr4n0fdb3nsdp80vff9mihks22w1g8jm-tcl-8.6.6/lib
    Location of Tk 8.6 library: /nix/store/bwlx46zncj2c6bv2sn75ai0wgzc89d93-tk-8.6.6/lib
    Location of X11 library: /nix/store/093lzjvm2r27rprpqxvyrgqvfp1k0dlf-libX11-1.6.5/lib/
    Checking if your system already has zlib installed: no.

Error: compiler g++ does not support C++0x (C++11).
2018-01-13 23:42:51 -02:00
Will Dietz
9058d33499 2048-in-terminal: 2015-01-15 -> 2017-11-29
Only functionality change AFAICT is
e7595caa2d
which resets the board on exit at game over.
2018-01-13 18:55:01 -06:00
Miguel Madrid Mencía
eb21bf3d99
cytoscape: 3.5.1 -> 3.6.0 2018-01-13 23:21:49 +01:00
Jon Banafato
f6936ea842 skypeforlinux: 8.11.0.4 -> 8.13.0.2 2018-01-13 17:20:33 -05:00
Miguel Madrid Mencía
111d4dbc06
gephi: 0.9.1 -> 0.9.2 2018-01-13 23:18:26 +01:00
Franz Pletz
5c73ee1a93
youtubeDL: don't double wrap executable
Fixes command name detection via argv.
2018-01-13 23:10:02 +01:00
Franz Pletz
5c76e6cbae
youtubeDL: 2017.12.31 -> 2017.01.14 2018-01-13 23:04:19 +01:00
adisbladis
1a54596d50
Merge pull request #33769 from adisbladis/kde-applications-17_12_1
kde-applications: 17.12.0 -> 17.12.1
2018-01-14 04:00:23 +08:00
Will Dietz
f661c4a7fc guile: 2.2.0 -> 2.2.3
2.2.3: https://lists.gnu.org/archive/html/guile-devel/2017-12/msg00000.html
2.2.2: https://lists.gnu.org/archive/html/guile-devel/2017-04/msg00035.html
2.2.1: https://lists.gnu.org/archive/html/guile-devel/2017-04/msg00034.html
2018-01-13 13:53:48 -06:00
adisbladis
c8736382b6
Merge pull request #33831 from dtzWill/update/imagemagick
imagemagick: updates for 6, 7
2018-01-14 03:36:35 +08:00
Jörg Thalheim
9e40faf0d5
Merge pull request #33650 from dtzWill/feature/whois-idn-and-update
whois: use idn, libiconv; update
2018-01-13 18:55:17 +00:00
Jörg Thalheim
5ccfd0ee34 linuxPackages.extfat-nofuse: fix libelf dependency 2018-01-13 18:45:04 +00:00
adisbladis
e2f7267ba2
xxdiff-tip: Build with qt59 2018-01-14 02:41:04 +08:00
Jörg Thalheim
ed70c591a4
Merge pull request #33682 from mogorman/notbit
notbit: init at 2018-01-09
2018-01-13 18:40:53 +00:00
Jörg Thalheim
ae5550e86a
inboxer: init at 1.0.1 (#33720) 2018-01-13 18:30:39 +00:00
Jörg Thalheim
df400a17de
Merge pull request #33732 from kamilchm/ponyc
ponyc: FIX $CC undefined, using gcc as the linker
2018-01-13 18:24:40 +00:00
Jörg Thalheim
e35639b931
Merge pull request #33799 from adisbladis/cura-qt59
cura: 3.0.3 -> 3.1.0
2018-01-13 18:19:22 +00:00
Alexander
6ccb554f3b tifffile: init at 0.13.0 (#33750)
* tifffile: init at v0.13.0

* python.pkgs.tifffile: actually run tests
2018-01-13 18:12:56 +00:00
adisbladis
fa3aec7e4d
gst-plugins-bad: Fix CVE-2016-9447 2018-01-14 02:07:08 +08:00
Jörg Thalheim
a100ed0ae3
Merge pull request #33793 from sellout/add/flootty
flootty: init at 3.2.1
2018-01-13 17:46:28 +00:00
Jörg Thalheim
4acd2f1a90
Merge pull request #33753 from gnidorah/avidemux
avidemux: support alsa
2018-01-13 17:42:23 +00:00
Joachim Fasting
87677d0390
tor: 0.3.1.9 -> 0.3.2.9
- Adds next-generation onion services[1]
- Lots of fixes, e.g., for CVE-2017-8821, CVE-2017-8820, CVE-2017-8823,
  CVE-2017-8819, CVE-2017-8822, CVE-2017-8822
- Adds new option `NoExec` to disallow exec syscalls
2018-01-13 18:22:45 +01:00
Gregory Pfeil
d40d41ef51 Move flootty from python-modules. 2018-01-13 09:59:25 -07:00
Jörg Thalheim
d96bfe2cf1
Merge pull request #33832 from matthiasbeyer/update-timewarrior
timewarrior: 1.0.0 -> 1.1.0
2018-01-13 16:59:09 +00:00
Jörg Thalheim
cd960896d0
Merge pull request #33767 from corngood/youtube-dl-darwin
youtube-dl: disable phantomjs support on darwin by default
2018-01-13 16:57:01 +00:00
Jörg Thalheim
3d7054964f
Merge pull request #33814 from rnhmjoj/vapoursynth
Update Vapoursynth machinery
2018-01-13 16:50:45 +00:00
Matthias Beyer
82ef7ce3d2 timewarrior: 1.0.0 -> 1.1.0 2018-01-13 17:35:48 +01:00
Jörg Thalheim
8c58cb2b78
Merge pull request #33791 from holidaycheck/jenkins-2.101
jenkins: 2.95 -> 2.101
2018-01-13 16:33:54 +00:00
Will Dietz
397157cc94 imagemagick: 7.0.7-19 -> 7.0.7-21 2018-01-13 10:21:20 -06:00
Will Dietz
18550603e9 imagemagick: 6.9.9-28 -> 6.9.9-33 2018-01-13 10:20:53 -06:00
Will Dietz
c4e9e4a4d6 boehm-gc, libatomic_ops: 7.6.0 -> 7.6.2
These should be the same version.
2018-01-13 09:33:14 -06:00
Rostislav Beneš
062cafab8c
firefox: add option for chrome-gnome-shell native messaging host 2018-01-13 15:22:52 +01:00
Jan Tojnar
38b6d7b60e
nixos/chrome-gnome-shell: init 2018-01-13 15:19:19 +01:00
Joachim F
bba9f874b3
Merge pull request #33795 from romildo/upd.gstreamermm
gstreamermm: 1.8.0 -> 1.10.0
2018-01-13 14:19:12 +00:00
Jan Tojnar
665a0d2836
chrome-gnome-shell: 7d99523 → 9 2018-01-13 15:17:52 +01:00
Joachim F
4b75d0ab4a
Merge pull request #33830 from ThomasMader/disable_test_cdvecfill
ldc: Disable cdvecfill test to fix build on older processors
2018-01-13 14:16:56 +00:00
Thomas Mader
5f0c823a61 ldc: Disable cdvecfill test to fix build on older processors
https://github.com/NixOS/nixpkgs/pull/33830
2018-01-13 14:57:03 +01:00
Jörg Thalheim
1e2b7d3146
Merge pull request #33785 from romildo/upd.zuki-themes
zuki-themes: 3.24-2 -> 3.24-3
2018-01-13 13:04:20 +00:00
Jörg Thalheim
864239fcd1
Merge pull request #33788 from romildo/upd.blackbird
blackbird: 2016-02-20 -> 2017-12-13
2018-01-13 12:49:22 +00:00
Jörg Thalheim
4a41f815f4
Merge pull request #33786 from romildo/upd.plano-theme
plano-theme: init at 3.24-3
2018-01-13 12:48:43 +00:00
Jörg Thalheim
a920fd4b26
Merge pull request #33829 from rnhmjoj/palemoon
palemoon: install icons
2018-01-13 12:47:44 +00:00
Jörg Thalheim
c6a8e52c8a
Merge pull request #33789 from romildo/upd.jgmenu
jgmenu: 0.7.6 -> 0.8
2018-01-13 12:32:47 +00:00
Jörg Thalheim
6ae0755e9e
Merge pull request #33790 from romildo/upd.pmenu
pmenu: 2017-04-10 -> 2018-01-01
2018-01-13 12:32:10 +00:00
Jörg Thalheim
c11b87b573
Merge pull request #33800 from adisbladis/mumble-qt59
mumble_git: 2017-05-25 -> 2018-01-12
2018-01-13 12:20:42 +00:00
Jörg Thalheim
5f8bb3fc23
Merge pull request #33801 from romildo/upd.paper-icon-theme
paper-icon-theme: 2017-02-13 -> 2017-11-20
2018-01-13 12:01:56 +00:00
Jörg Thalheim
2f8332afa9
Merge pull request #33802 from ajgrf/mblaze-update
mblaze: 0.2 -> 0.3
2018-01-13 11:54:19 +00:00
Jörg Thalheim
a35a8d6033 mblaze: fix darwin build 2018-01-13 11:48:37 +00:00
Jörg Thalheim
0323fc2700
Merge pull request #33803 from adisbladis/qt59
Change package builds to use Qt 5.9
2018-01-13 11:46:07 +00:00
Joachim F
970a3e37ab
Merge pull request #28224 from RocketPuppy/add-literate
Literate: init at 2017-05-28
2018-01-13 11:45:30 +00:00
Christoph Hrdinka
17a4f0f756
woff2: set platforms to linux only
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-01-13 12:43:18 +01:00
rnhmjoj
5beed4e3ce
palemoon: install icons 2018-01-13 12:23:55 +01:00
rnhmjoj
c660ed4baf
palemoon: remove fix for upstream issue #826 2018-01-13 12:22:56 +01:00
Jörg Thalheim
1db3b1c2d7
Merge pull request #33818 from rnhmjoj/rewritefs
rewritefs: remove needless quotation
2018-01-13 10:43:03 +00:00
xurei
b9ae8efca5 libzxcvbn: init at 2.3 (#33822)
* Add package libzxcvbn

* zxcvbn-c: name after the project not the library
2018-01-13 10:40:45 +00:00
adisbladis
a896574a0b
Merge pull request #33812 from romildo/upd.subtitleeditor
subtitleeditor: 0.53.0 -> 0.54.0
2018-01-13 18:09:53 +08:00
Jörg Thalheim
efc17cbd21 iana-etc: 20171106 -> 20180108 2018-01-13 09:45:51 +00:00
Jude Taylor
cf6c05fda7 add haddock version for GHC 8.0 2018-01-13 01:17:23 -08:00
Robert Helgesson
ad3b2e8657
lombok: 1.16.8 -> 1.16.20
Also perform a few package cleanups.
2018-01-13 09:57:46 +01:00
Robert Helgesson
d573885dd2
perl-URI: 1.72 -> 1.73 2018-01-13 09:27:44 +01:00
adisbladis
9420e076f4
Merge pull request #33804 from romildo/upd.roboto
roboto: 2.136 -> 2.138
2018-01-13 12:57:56 +08:00
adisbladis
e50494ca92
Merge pull request #33806 from romildo/upd.jdupes
jdupes: 1.8 -> 1.9
2018-01-13 12:57:35 +08:00
adisbladis
564b3d6123
Merge pull request #33817 from rnhmjoj/ddcutil
ddcutil: 0.8.4 -> 0.8.5
2018-01-13 12:48:07 +08:00
adisbladis
3ea9c7bd5e
Merge pull request #33816 from rnhmjoj/btfs
btfs: 2.17 -> 2.18
2018-01-13 12:46:23 +08:00
adisbladis
224df5bb11
Merge pull request #33819 from rnhmjoj/bdf2psf
bdf2psf 1.170 -> 1.175
2018-01-13 12:45:30 +08:00
adisbladis
66bc1ad0af
firefox-devedition-bin: 58.0b15 -> 58.0b16 2018-01-13 12:23:41 +08:00
adisbladis
0d800dc194
firefox-beta-bin: 58.0b15 -> 58.0b16 2018-01-13 12:23:40 +08:00
rnhmjoj
9560ff5e26
bdf2psf 1.170 -> 1.175 2018-01-13 04:24:25 +01:00
rnhmjoj
b863f23df1
rewritefs: remove needless quotation 2018-01-13 04:09:07 +01:00
rnhmjoj
bc8ab45704
ddcutil: 0.8.4 -> 0.8.5 2018-01-13 04:02:37 +01:00
rnhmjoj
e76eb4ea88
btfs: 2.17 -> 2.18 2018-01-13 03:52:23 +01:00
rnhmjoj
e5aae0f2d6
mpv: fix PYTHONPATH 2018-01-13 03:30:25 +01:00
rnhmjoj
c1902ef000
vapoursynth: R39 -> R40 2018-01-13 03:30:25 +01:00
José Romildo Malaquias
dbf5d1d433 subtitleeditor: 0.53.0 -> 0.54.0 2018-01-12 22:14:12 -02:00
Will Dietz
5911b8d415 release-small: Don't attempt to access "dbus.libs", etc., don't exist
dbus_libs and others do, but they're deprecated.

Just build 'dbus', these are now its various outputs.
2018-01-12 18:06:53 -06:00
Russell O'Connor
6887a0fc9a bitcoin: fix boost dependency
Bitcoin 0.15.1 doesn't build with boost 1.66.
I'm hesitant to apply untested patches to software like Bitcoin.
Instead I'm forcing the boost dependency to version 1.64 (which is the version listed @
45173fa6fc/doc/dependencies.md).

Nothing in applications/altcoins/default.nix was using the boost162 parameter, so I've replaced it with the boost164 parameter.
2018-01-12 23:54:52 +01:00
Michael Weiss
403ee9691a android-studio-preview: 3.1.0.6 -> 3.1.0.7 2018-01-12 23:35:04 +01:00
Greg Pfeil
38deb53542
Merge branch 'master' into add/flootty 2018-01-12 15:08:44 -07:00
José Romildo Malaquias
4ba77b098b jdupes: 1.8 -> 1.9 2018-01-12 18:39:00 -02:00
José Romildo Malaquias
0b0deb6f64 roboto: 2.136 -> 2.138 2018-01-12 18:32:04 -02:00
adisbladis
f40a9695ea
notepadqq: Build with qt59 2018-01-13 04:23:19 +08:00
adisbladis
9c03f4fad1
rapcad: Build with qt59 2018-01-13 04:23:18 +08:00
adisbladis
7335a9cc8f
ricochet: Build with qt59 2018-01-13 04:23:17 +08:00
adisbladis
0281a20de0
hotspot: Build with qt59 2018-01-13 04:23:16 +08:00
adisbladis
9aa93dec67
apitrace: Build with qt59 2018-01-13 04:23:08 +08:00
Alex Griffin
a3832c0388 mblaze: 0.2 -> 0.3 2018-01-12 14:15:07 -06:00
adisbladis
07fbb158a8
trojita: Build with qt59 2018-01-13 04:10:56 +08:00
adisbladis
33ec57356a
vogl: Fix build with qt59 2018-01-13 04:10:55 +08:00
adisbladis
5f232de6cd
qgroundcontrol: 2.9.4 -> 3.2.7, unbreak build 2018-01-13 04:03:38 +08:00
adisbladis
cad14c782b
luminanceHDR: 2.4.0 -> 2.5.1 2018-01-13 04:03:37 +08:00
adisbladis
08ab28b9a3
qcachegrind: Use kcachegrind src/name attributes 2018-01-13 04:03:36 +08:00
adisbladis
7dea1f20ed
supercollider: 3.8.0 -> 3.8.1 2018-01-13 04:03:35 +08:00
adisbladis
1ec304ce01
owncloud-client: 2.3.3 -> 2.3.4 2018-01-13 04:03:34 +08:00
adisbladis
4ffc43f49c
sigil: 0.9.7 -> 0.9.9 2018-01-13 04:03:33 +08:00
adisbladis
747431cf42
smtube: 17.5.0 -> 18.1.0 2018-01-13 04:03:32 +08:00
adisbladis
0fbb2f1517
qgo: unstable-2016-06-23 -> unstable-2017-12-18 2018-01-13 04:03:31 +08:00
José Romildo Malaquias
f378232f05 paper-icon-theme: 2017-02-13 -> 2017-11-20 2018-01-12 17:58:20 -02:00
adisbladis
eb29b00621
mumble_git: 2017-05-25 -> 2018-01-12 2018-01-13 03:54:31 +08:00
adisbladis
0e30e9b7ae
cura: 3.0.3 -> 3.1.0 2018-01-13 03:50:09 +08:00
adisbladis
964da1b91a
pythonPackages.pyqt56: Drop unused package 2018-01-13 03:48:23 +08:00
adisbladis
907b143dc4
pythonPackages.python-utils: Fix build 2018-01-13 03:47:40 +08:00
adisbladis
46a4ea5186
pythonPackages.uranium: 3.0.3 -> 3.1.0 2018-01-13 03:47:10 +08:00
Jörg Thalheim
2769a38c1d telegraf: 1.5.0 -> 1.5.1 2018-01-12 19:40:56 +00:00
Dan Peebles
4c96412189 nixUnstable: pre5810_5d5b931f -> pre5849_74f75c85 2018-01-12 14:19:24 -05:00
Florian Engel
48776d58b1 lolcat: 42.1.0 -> 90.8.8 2018-01-12 20:18:54 +01:00
Jörg Thalheim
a3d84cbd32
Merge pull request #32712 from vdemeester/init-notary
notary: init at 0.5.1
2018-01-12 19:17:57 +00:00
Jörg Thalheim
9e27701d64 notary: get rid of .git folder in source
tested with:

  $ notary version
2018-01-12 19:16:20 +00:00
José Romildo Malaquias
09fb3b5e94 gstreamermm: 1.8.0 -> 1.10.0 2018-01-12 16:52:29 -02:00
Shea Levy
43e7cf5eb7
haskellPackages.ChasingBottoms: Disable testsuite 2018-01-12 13:04:57 -05:00
Gregory Pfeil
79db7c0616 flootty: init at 3.2.1 2018-01-12 10:32:50 -07:00
Sebastian Galkin
dc7091f41c scid-vs-pc: init at version 4.18.1
scid vs pc is a chess database and playing program, a more maintained fork of
scid. scid was already packaged so this change adds a very similar expression.

Currently scid and scid-vs-pc collide since they install the same binaries.
2018-01-12 14:41:20 -02:00
Mathias Schreck
4eba35bc9d jenkins: 2.95 -> 2.101 2018-01-12 17:01:19 +01:00
José Romildo Malaquias
563e2e3226 pmenu: 2017-04-10 -> 2018-01-01 2018-01-12 13:29:52 -02:00
José Romildo Malaquias
e094e782f8 jgmenu: 0.7.6 -> 0.8 2018-01-12 13:17:01 -02:00
Peter Simons
e30ecaa916
Merge pull request #33636 from hamishmack/haskell-internal-libs-darwin2
haskell: Fix depending on libs with internal libs on darwin.
2018-01-12 16:09:56 +01:00
Peter Simons
e277be1943
Merge pull request #33360 from adnelson/unpin_lzma_versions
haskellPackages.lzma: loosen version bounds for test dependencies
2018-01-12 16:09:13 +01:00
José Romildo Malaquias
0ca055a753 blackbird: 2016-02-20 -> 2017-12-13 2018-01-12 13:04:55 -02:00
Peter Hoeg
96e777adfd uchiwa: add update script 2018-01-12 23:02:39 +08:00
Peter Hoeg
754b5961a2 uchiwa: 1.1.0 -> 1.1.1 2018-01-12 23:02:39 +08:00
José Romildo Malaquias
ae34ecdde7 plano-theme: init at 3.24-3 2018-01-12 12:51:30 -02:00
Peter Simons
f98d485ef9
Merge pull request #33672 from dtzWill/fix/top-level-nix-tools
nix-{delegate,deploy,diff}: add top-level attributes, static
2018-01-12 15:50:56 +01:00
Vincent Demeester
843ea6b57d
notary: init at 0.5.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-01-12 15:41:41 +01:00
José Romildo Malaquias
e1f3c42502 zuki-themes: 3.24-2 -> 3.24-3 2018-01-12 12:20:50 -02:00
Jörg Thalheim
d982c61f1a
Merge pull request #33781 from romildo/upd.qlipper
qlipper: 5.0.0 -> 5.1.1
2018-01-12 13:56:22 +00:00
zimbatm
d411899576
google-cloud-sdk: 182.0.0 -> 184.0.0 (#33784) 2018-01-12 13:51:04 +00:00
Graham Christensen
9d72156fea
Merge pull request #33780 from manveru/upgrade-ruby
Ruby: 2.2.8 -> 2.2.9, 2.3.5 -> 2.3.6, 2.4.2 -> 2.4.3
2018-01-12 08:28:08 -05:00
José Romildo Malaquias
0e9a729b77 qlipper: 5.0.0 -> 5.1.1 2018-01-12 10:24:36 -02:00
Michael Fellinger
e90412debb Ruby: 2.2.8 -> 2.2.9, 2.3.5 -> 2.3.6, 2.4.2 -> 2.4.3 2018-01-12 13:15:50 +01:00
Jörg Thalheim
1334e8415c
Merge pull request #33776 from matthiasbeyer/update-sigal
Update sigal
2018-01-12 12:07:04 +00:00
Jörg Thalheim
970318819b
Merge pull request #33212 from Lassulus/bitlbee-discord
bitlbee-discord: init at 2017-12-27
2018-01-12 11:23:38 +00:00
Jörg Thalheim
9c3b2b6ad3
Merge pull request #33762 from kierdavis/fix-avr-gcc-ar
avrgcc: bake path to avr-ar into avr-gcc-ar
2018-01-12 10:59:42 +00:00
markuskowa
6bbf50374f libbladeRF: 1.4.0 -> 1.9.0 (#33551) 2018-01-12 10:43:56 +00:00
Matthias Beyer
b9bade971d sigal: 1.0.1 -> 1.3.0 2018-01-12 11:32:29 +01:00
Matthias Beyer
0a339f5a55 sigal: Use fetchPypi instead of fetchurl 2018-01-12 11:32:19 +01:00
Matthias Beyer
2eba34d960 sigal: Move to applications/misc 2018-01-12 11:29:13 +01:00
Peter Simons
ab73b0cbc9
Merge pull request #33775 from roberth/haskell-lib-doc
Add documentation to haskell.lib
2018-01-12 11:21:08 +01:00
Jörg Thalheim
e8d414ffba
Merge pull request #33773 from cyraxjoe/enpass-version-upgrade
enpass: 5.6.0 -> 5.6.5
2018-01-12 09:51:33 +00:00
Robert Hensing
f40ecb29aa Add documentation for haskell-modules/lib.nix 2018-01-12 10:48:03 +01:00
Pascal Bach
dffe1e569c minio: 2017-09-29T19-16-56Z -> 2018-01-02T23-07-00Z (#33724)
Contains security fixes (see: https://blog.minio.io/minio-release-jan-2nd-2018-security-advisory-ef0342a4ddba)

Use buildGoPackage, otherwise we will have the go build toolchain in our runtime closure.
2018-01-12 09:31:58 +00:00
Bas van Dijk
762f5ea557 python-modules: removed unnecessary name attributes 2018-01-12 10:17:51 +01:00
Bas van Dijk
c02a883169 pythonPackages.elasticsearch: move derivation to python-modules 2018-01-12 10:17:41 +01:00
Pascal Wittmann
459e6ba9fb
Merge pull request #25713 from jbaum98/darwin-trash
darwin: trash 0.9.0
2018-01-12 09:34:03 +01:00
Frederik Rietdijk
2832cc729a
Merge pull request #33467 from nixy/kdeconnect-sshfs
kdeconnect: Add `sshfs` as a dependency
2018-01-12 08:53:52 +01:00
Joel Rivera
67ce7cb2f9 enpass: 5.6.0 -> 5.6.5 2018-01-12 00:07:15 -06:00
adisbladis
dd85adf814
Merge pull request #33714 from apeyroux/up-grmmalecte
grammalecte: 0.5.18 -> 0.6.1
2018-01-12 13:15:46 +08:00
adisbladis
c0c421c311
kde-applications: 17.12.0 -> 17.12.1 2018-01-12 12:08:21 +08:00
David McFarland
42d5dd68f8 youtube-dl: disable phantomjs support on darwin by default 2018-01-11 23:15:08 -04:00
adisbladis
f2bca2935a
sonarr: 2.0.0.5054 -> 2.0.0.4949 2018-01-12 11:11:00 +08:00
adisbladis
2377d7bcb2
radarr: 0.2.0.846 -> 0.2.0.910 2018-01-12 11:10:59 +08:00
adisbladis
b3b3de67fa
Merge pull request #33716 from pbogdan/darktable-lua
darktable: lua support requires lua 5.3
2018-01-12 10:44:35 +08:00
adisbladis
1dec6a1b9f
Merge pull request #33759 from LumiGuide/pgmanage-10.1.0
pgmanage: 10.0.2 -> 10.1.0
2018-01-12 10:43:02 +08:00
Will Dietz
45ade8df37 nix-{delegate,deploy,diff}: add top-level attributes, static 2018-01-11 19:04:12 -06:00
Kier Davis
6bfa42218d
avrgcc: bake path to avr-ar into avr-gcc-ar
gcc provides wrappers for binutils' ar, nm and ranlib
executables, which must be used instead when using link-time
optimisation. See also:
http://manpages.ubuntu.com/manpages/zesty/man1/aarch64-linux-gnu-gcc-ar-5.1.html

The upstream version of avr-gcc-ar searches in paths passed to
the configure script for the avr-ar binary that it wraps, falling
back to searching PATH instead. Thus currently avr-gcc-ar works on
Nix, but only if avrbinutils is already in the environment.

This change bakes the path to avr-ar into avr-gcc-ar, since its path
is known at compile time. It also no longer searches PATH, meaning the
user's local environment won't override this path.

Note that avr-gcc-nm and avr-gcc-ranlib are compiled from the same
source file as avr-gcc-ar, just with different compiler flags.

Testing on master (without avrbinutils in the environment):

    $ nix-build -A avrgcc
    $ result/bin/avr-gcc-ar --version
    result/bin/avr-gcc-ar: Cannot find binary 'avr-ar'

Testing on branch with this fix:

    $ nix-build -A avrgcc
    $ result/bin/avr-gcc-ar --version
    GNU ar (GNU Binutils) 2.26.20160125
    ...
2018-01-12 00:48:35 +00:00
Bas van Dijk
628fcfb308 pgmanage: 10.0.2 -> 10.1.0 2018-01-12 00:27:10 +01:00
Daiderd Jordan
10c6439a89
Merge pull request #33756 from acowley/pngpp-darwin
pngpp: darwin support
2018-01-11 23:26:47 +01:00
rnhmjoj
3f642b4d62
zimg: 2.6.1 -> 2.7 2018-01-11 22:47:24 +01:00
Anthony Cowley
ed559bf5d3 pngpp: darwin support
1) Building with clang is addressed by navigating a minor #if in some
of the code.

2) I noticed that even when things were building correctly, passing
`${out}` as a variable assignment to `make` was actually not working:
there were compiler warnings about missing include directories whose
bogus paths involved the literal string `out`. I ended up fixing this
by performing the assignment to the make variable `PREFIX` in the
`Makefile` itself.
2018-01-11 15:49:17 -05:00
José Romildo Malaquias
1566b47c21
materia-theme: 20171213 -> 20180110 2018-01-11 21:36:02 +01:00
Michael Weiss
e4cad917a2 lf: 2017-10-30 -> 2018-01-11 2018-01-11 20:32:33 +01:00
gnidorah
18af8dabab avidemux: support alsa 2018-01-11 21:30:06 +03:00
Andreas Rammhold
856d9c2b49
Merge pull request #33739 from andir/spark
Apache Spark address CVE-2017-12612
2018-01-11 18:13:48 +00:00
Linus Heckemann
9ab77680b6 bullet: fix build on aarch64 2018-01-11 19:30:19 +03:00
Linus Heckemann
93cdceafb8 bullet: 2.86.1 -> 2.87 2018-01-11 19:30:19 +03:00
adisbladis
dd4272cb98
Merge pull request #33726 from bachp/glusterfs-3.12.4
glusterfs: 3.12.3 -> 3.12.4
2018-01-12 00:20:53 +08:00
adisbladis
e42c4c0789
Merge pull request #33751 from ankhers/update_elixir_rc
Update Elixir 1.6 RC
2018-01-12 00:14:07 +08:00
Justin Wood
4cd40bb062
Update Elixir 1.6 RC 2018-01-11 11:02:47 -05:00
Peter Simons
aecc868ac1
Merge pull request #33733 from dhess/arm-cross-fixes
ghc, haskell-modules: ARM cross build fixes.
2018-01-11 16:56:20 +01:00
Drew Hess
e4f3fe051e ghc, haskell-modules: ARM cross build fixes.
As requested in #33405.
2018-01-11 10:45:44 -05:00
Shea Levy
4e78aeb441
callCabal2nix: Fix calling with a path in the store. 2018-01-11 10:17:56 -05:00
Thomas Tuegel
a8e7ac2555
qt5: reduce evaluation memory use 2018-01-11 08:24:39 -06:00
Shea Levy
fb069b77ee
Merge branch 'callCabal2nix-cleanSourceWith' 2018-01-11 09:21:50 -05:00
Shea Levy
0578f07b91
postgresql: Respect dontDisableStatic 2018-01-11 09:19:46 -05:00
Yegor Timoshenko
8d12c26e34
sylpheed: 3.5.1 -> 3.6.0 2018-01-11 14:04:44 +00:00
adisbladis
65774cb22e
busybox: 1.27.2 -> 1.28.0 2018-01-11 21:42:32 +08:00
adisbladis
8c1e47a320
aws-vault: Fix eval 2018-01-11 21:38:32 +08:00
Tim Steinbach
eb0ecd7eba
linux-copperhead: 4.14.12.a -> 4.14.13.a 2018-01-11 08:30:19 -05:00
Lancelot SIX
e47fa2a92b
gdbm: 1.13 -> 1.14
See http://lists.gnu.org/archive/html/info-gnu/2018-01/msg00000.html
for release information
2018-01-11 14:07:52 +01:00
zimbatm
b5b6656c87 aws-vault: init at 4.1.0 2018-01-11 12:46:21 +00:00
Andreas Rammhold
3e2015c239
spark_22: 2.2.0 -> 2.2.1 2018-01-11 12:52:32 +01:00
Andreas Rammhold
e250ca072a
spark_16: removed ancient (insecure) version 2018-01-11 12:50:51 +01:00
Peter Simons
db8a42963b
Merge pull request #33735 from dhess/swagger2-armv7l
haskell-modules: swagger2 still needs dontHaddock on armv7l-linux.
2018-01-11 12:45:07 +01:00
Andreas Rammhold
9213d0cfa5
spark: mark versions <= 2.2.0 && <= 2.1.2 as insecure due to CVE-2017-12612
Details can be retrieve at [1].

[1] https://spark.apache.org/security.html
2018-01-11 12:45:03 +01:00
Michael Raskin
18ca43f339
Merge pull request #33612 from fare-patches/master
Update gambit and gerbil
2018-01-11 09:38:08 +00:00
adisbladis
28a7865e05
e2fsprogs: 1.43.7 -> 1.43.8 2018-01-11 17:35:46 +08:00
adisbladis
d4917695b5
faad2: 2.7 -> 2.8.8 2018-01-11 17:31:47 +08:00
Francois-Rene Rideau
699c8cc832 gerbil: 0.12-DEV-836-gcde6802 -> 0.12-DEV-1030-gbbed3bc 2018-01-11 04:28:18 -05:00
adisbladis
26ddcd55f3
calibre: 3.14.0 -> 3.15.0 2018-01-11 17:25:23 +08:00
adisbladis
828298ce26
fastlane: 2.68.2 -> 2.75.1 2018-01-11 17:20:54 +08:00
adisbladis
663618ed3a
awscli: 1.14.17 -> 1.14.22 2018-01-11 17:20:53 +08:00
adisbladis
f1faffacd1
pythonPackages.botocore: 1.8.21 -> 1.8.26 2018-01-11 17:20:52 +08:00
adisbladis
10791c481c
haveged: 1.9.1 -> 1.9.2 2018-01-11 17:20:51 +08:00
Luz
e056315a3e librepcb-unstable: init at 2017-12-29 (#33630) 2018-01-11 09:20:00 +00:00
Drew Hess
84e4caacc5
haskell-modules: swagger2 still needs dontHaddock on armv7l-linux. 2018-01-11 00:59:55 -08:00
Orivej Desh
2f6b88551b
Merge pull request #33225 from LumiGuide/opencv-3.4.0
opencv: 3.3.1 -> 3.4.0
2018-01-11 08:29:05 +00:00
Will Dietz
8753b10808 discord: fix "corrupt install" warnings, misc cleanup
Few things:
* Discord binary has RUNPATH not RPATH set
* patchelf uses RUNPATH if it already exits, so deps end up in RUNPATH
* RUNPATH isn't searched for plugins or transitive deps
* ..badness results

Despite this, it currently seems to work-- with the caveat
that it has a little bar on top complaining about how
"it looks like your installation is corrupt".

This fixes that warning and does some minor cleanup.
2018-01-10 22:12:06 -08:00
adisbladis
15b1432435 libvorbis: Fix CVE-2017-14160, CVE-2017-14632 & CVE-2017-14633 2018-01-11 05:25:09 +01:00
Peter Hoeg
c80dc05ed6
Merge pull request #33144 from catern/master
supervise: 1.0.0 -> 1.1.0 and supervise_api fixes
2018-01-11 11:51:28 +08:00
Jan Tojnar
86693dd2ee
phpPackages.php-cs-fixer: 2.9.0 → 2.10.0 2018-01-11 04:26:43 +01:00
adisbladis
9a6aa3cccb
Merge pull request #33721 from adnelson/datadiff_python3
datadiff: don't restrict to python2
2018-01-11 10:47:21 +08:00
Kamil Chmielewski
a628055e5c ponyc: FIX $CC undefined, using gcc as the linker
https://github.com/ponylang/ponyc/issues/2482
2018-01-11 03:46:16 +01:00
adisbladis
f5e39b2c26
Merge pull request #33727 from jluttine/update-salmon
pythonPackages.salmon: bec795cd -> 3.0.0
2018-01-11 09:54:33 +08:00
Peter Hoeg
7f5a859906 syncthing: 0.14.42 -> 0.14.43 2018-01-11 09:54:04 +08:00
adisbladis
95ea79a196
Merge pull request #33730 from mogorman/xscreensaver
xscreensaver: 5.37 -> 5.38
2018-01-11 09:53:25 +08:00
Robin Gloster
303621c266
awstats: 7.4 -> 7.7
security fix for CVE-2017-1000501
2018-01-11 02:48:06 +01:00
adisbladis
9d56002c39
Merge pull request #33707 from frontsideair/nodejs-9.4.0
nodejs: 9.3.0 -> 9.4.0
2018-01-11 09:33:27 +08:00
Jaakko Luttinen
1f2e247416
pythonPackages.salmon-mail: rename from salmon 2018-01-11 02:53:22 +02:00
Matthew O'Gorman
8bc2025bb2 xscreensaver: 5.37 -> 5.38 2018-01-10 19:26:02 -05:00
Matthew O'Gorman
d25a65b0f0 notbit: init at 2018-01-09 2018-01-10 19:02:53 -05:00
Joachim F
d2c9261d56
Merge pull request #33654 from thefloweringash/wdiff-platforms
wdiff: Widen meta.platforms to unix
2018-01-10 23:14:59 +00:00
Joachim F
7fd0c78814
Merge pull request #33723 from ThomasMader/fix_ldc
ldc: Remove dynamiccompile tests for Darwin too
2018-01-10 23:05:28 +00:00
zimbatm
b50810de8b terraform: plugins update 2018-01-10 22:33:47 +00:00
Jaakko Luttinen
7140c4bbf9
pythonPackages.salmon: bec795cd -> 3.0.0 2018-01-11 00:26:19 +02:00
Pascal Bach
d5988833da glusterfs: 3.12.3 -> 3.12.4 2018-01-10 22:59:20 +01:00
Thomas Mader
81d289fed0 ldc: Remove dynamiccompile tests for Darwin too 2018-01-10 22:48:36 +01:00
Joachim F
44d89388ee
Merge pull request #33695 from romildo/mate
mate-polkit: add gobjectIntrospection dependence
2018-01-10 21:06:51 +00:00
Sander van der Burg
83dfe29a12 nodePackages: regenerate with node2nix 1.5.1 2018-01-10 21:59:18 +01:00
Allen Nelson
9ad529e5c4 datadiff: don't restrict to python2 2018-01-10 14:48:20 -06:00
Merlin Göttlinger
6fbe54623b
seems to work now 2018-01-10 21:12:31 +01:00
Austin Seipp
4d4340805b symbiyosys: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp
155a2f270f yosys: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp
87132df854 arachne-pnr: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp
28cf4ce531 icestorm: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Joachim F
3b4ebab230
Merge pull request #33532 from ThomasMader/ldc1.7.0
ldc: 1.5.0 -> 1.7.0
2018-01-10 19:51:37 +00:00
Piotr Bogdan
ec5487a4e5 darktable: lua support requires lua 5.3
https://github.com/NixOS/nixpkgs/issues/33710#issuecomment-356680711

Fixes #33710.
2018-01-10 19:37:35 +00:00
Andreas Rammhold
32f6c9a73d
Merge pull request #33633 from samueldr/feature/dbeaver
dbeaver: inits at 4.3.2
2018-01-10 19:30:38 +00:00
John Ericson
e017a027d5
Merge pull request #33681 from obsidiansystems/fixed-output-deps
Fixed output deps
2018-01-10 14:28:10 -05:00
Thomas Mader
1aff67ce19 ldc: 1.5.0 -> 1.7.0 2018-01-10 20:08:26 +01:00
Jörg Thalheim
577f672a10
Merge pull request #33711 from symphorien/giac-update
giac: fix build
2018-01-10 19:32:19 +01:00
Alexandre Peyroux
afb7129e6b
grammalecte: 0.5.18 -> 0.6.1 2018-01-10 19:31:33 +01:00
Joachim F
9403b25ebf
Merge pull request #33687 from samueldr/feature/refind
refind: 0.10.3 -> 0.11.2
2018-01-10 18:17:04 +00:00
adisbladis
395cd19c9d
Merge pull request #33664 from kquick/thespian-3.9.1
python: thespian: 3.9.0 -> 3.9.1
2018-01-11 02:09:49 +08:00
Shea Levy
fb2b6ac373
callCabal2nix: Use cleanSourceWith for composable filtering 2018-01-10 12:46:45 -05:00
Symphorien Gibol
bf49c616ee giac: fix build
giac was broken somewhere between 310ad4 and b33b4a, see
https://hydra.nixos.org/build/67137469
libgfortran.so.3 was not found
2018-01-10 18:42:38 +01:00
Frederik Rietdijk
80cb0c39de python.pkgs.pytest-rerunfailures: improve expression 2018-01-10 18:17:13 +01:00
Fatih Altinok
c589f0462a nodejs: 9.3.0 -> 9.4.0 2018-01-10 20:14:15 +03:00
Shea Levy
3a763b9196
haskellLib: Add shellAware function 2018-01-10 12:08:36 -05:00
adisbladis
65b075991f
Merge pull request #33703 from armin1402/graylog_2.4
graylog: 2.3.2 -> 2.4.0
2018-01-11 00:54:14 +08:00
adisbladis
f9e47ab57a
Merge pull request #33659 from etu/update-pytest-rerunfailures
pytest-rerunfailures: 2.0.1 -> 4.0
2018-01-11 00:40:41 +08:00
John Ericson
888404f11b treewide: Fix deps in a few other fixed output derivations 2018-01-10 11:18:44 -05:00
John Ericson
940c4fa3f5 treewide: Fetchers should use stdenvNoCC. 2018-01-10 11:18:44 -05:00
John Ericson
7a3a8b8529 fetchurl: Should use buildPackages.curl for build-time dep 2018-01-10 11:18:44 -05:00
Thomas Tuegel
0dec14ba8c
Merge pull request #33208 from nixy/kde-arc-theme
arc-kde-theme: init 2017-11-09
2018-01-10 10:05:34 -06:00
Spencer Baugh
b2b00358e8 pythonPackages.supervise_api: fix deps on Python 2 2018-01-10 16:02:47 +00:00
Spencer Baugh
01bf384409 supervise: 1.0.0 -> 1.1.0 2018-01-10 16:02:47 +00:00
adisbladis
74410d4ecd
Merge pull request #33701 from jensbin/typora_0.9.41
typora: 0.9.38 -> 0.9.41
2018-01-10 23:57:35 +08:00
zimbatm
ffd35a7849 aws_shell: move to pythonPackages
This allows to have awscli running both under python 2 and 3 as
necessary.
2018-01-10 15:43:11 +00:00
zimbatm
29b8e5fb6f awscli: move to pythonPackages
This allows to have awscli running both under python 2 and 3 as
necessary.
2018-01-10 15:41:37 +00:00
Franz Pletz
efcbc5b21b
Merge pull request #33438 from WilliButz/add-fileshelter
fileshelter: init at 3.0.0
2018-01-10 15:19:27 +00:00
Joachim F
b88ddaa6a6
Merge pull request #33645 from taku0/flashplayer-28.0.0.137
flashplayer: 28.0.0.126 -> 28.0.0.137
2018-01-10 15:13:28 +00:00
Jens Binkert
49caf31b49 typora: 0.9.38 -> 0.9.41 2018-01-10 16:04:20 +01:00
Armin
5d6894c933 graylog: 2.3.2 -> 2.4.0 2018-01-10 15:02:38 +00:00
Armin
a01fb64897 graylogPlugins: remove plugins included in 2.4 2018-01-10 15:02:11 +00:00
Peter Hoeg
e37e04482b minuet: add missing dependencies to fix build 2018-01-10 22:40:58 +08:00
Samuel Dionne-Riel
a4d529d36f dbeaver: inits at 4.3.2 2018-01-10 09:24:49 -05:00
Andreas Rammhold
da1421ffdd
Merge pull request #33696 from andir/linux_4_14_13
Linux 4.14.13, 4.4.111, 4.9.76
2018-01-10 14:08:02 +00:00
Andreas Rammhold
f77a5ba72b
Merge pull request #33680 from flokli/notmuch
notmuch: 0.25.3 -> 0.26
2018-01-10 13:52:07 +00:00
Andreas Rammhold
74c9d1696f
linux_4_9: 4.9.75 -> 4.9.76 2018-01-10 13:50:49 +01:00
Andreas Rammhold
e94dab0ca3
linux_4_4: 4.4.110 -> 4.4.111 2018-01-10 13:50:49 +01:00
Andreas Rammhold
cf8021e73a
linux_4_14: 4.14.12 -> 4.14.13
In terms of spectre/meltdown this version also supports loading of amd
fam17h firmware.
2018-01-10 13:50:45 +01:00
adisbladis
c72a05b88d
zfsUnstable: 2017-12-28 - 2018-01-10 2018-01-10 20:22:46 +08:00
adisbladis
67906744ec
Merge pull request #33658 from dtzWill/update/ngx_pagespeed
ngx_pagespeed, psol: 1.11.33.4 -> 1.13.35.1
2018-01-10 20:04:59 +08:00
zimbatm
c5c8f17422
Merge pull request #30952 from aneeshusa/build-vagrant-from-source
Build vagrant from source
2018-01-10 12:00:28 +00:00
José Romildo Malaquias
ea595a0fbf mate-polkit: add gobjectIntrospection dependence 2018-01-10 09:40:42 -02:00
zimbatm
53d688a3bf terraform: export full packages with plugins 2018-01-10 09:51:30 +00:00
Drew Hess
c5e433df59
haskell-modules: more disabled tests for armv7l-linux.
Specifically: servant-docs, servant-swagger, swagger2.
2018-01-10 00:38:45 -08:00
Tor Hedin Brønner
122904fee6 nix-bash-completions: 0.6.1 -> 0.6.2 2018-01-10 08:40:57 +01:00
Tor Hedin Brønner
c646114c14 nix-zsh-completions: 0.3.6 -> 0.3.7 2018-01-10 08:40:57 +01:00
Jörg Thalheim
c4a6b3580a
Merge pull request #33674 from flokli/oracle-instantclient
oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0
2018-01-10 07:45:52 +01:00
Peter Simons
e07733ec92
Merge pull request #33683 from dhess/hashable-armv7l-fix
haskell-modules: disable hashable tests on armv7l-linux.
2018-01-10 07:23:43 +01:00
adisbladis
fb42172cf6
Merge pull request #33667 from rvolosatovs/update/mopidy-iris
mopidy-iris: 3.8.2 -> 3.11.0
2018-01-10 13:25:27 +08:00
Samuel Dionne-Riel
2d66f39b15 refind: 0.10.3 -> 0.11.2 2018-01-09 22:57:04 -05:00
adisbladis
59ba2fe571
nodejs-8_x: 8.9.3 -> 8.9.4 2018-01-10 11:36:36 +08:00
adisbladis
5350b0f669
mopidy-local-images: Fix build 2018-01-10 11:35:41 +08:00
adisbladis
3950ea8693
Merge pull request #33671 from bachp/restic-0.8.1
restic: 0.8.0 -> 0.8.1
2018-01-10 11:23:26 +08:00
Andreas Rammhold
9b7ef9c738
microcodeIntel: 20171117 -> 20170108 2018-01-10 03:07:59 +01:00
Drew Hess
c05378b730
haskell-modules: disable hashable tests on armv7l-linux. 2018-01-09 18:06:25 -08:00
Florian Klink
32d33177ea notmuch: add myself as maintainer 2018-01-10 02:22:16 +01:00
Florian Klink
bb319eded6 notmuch: stop trying to patch gpg paths in emacs/notmuch-crypto.el
This was fixed upstream in f0d06c8ca3fce15c9e264445485bd93a6de8d25e, by
using epg-gpg-program instead of `(call-process epg-gpg-program …)` as
before.
2018-01-10 02:22:16 +01:00
John Ericson
3d59b4d285 treewide: Fixed output fetch* derivations should use nativeBuildInputs 2018-01-09 20:14:46 -05:00
Florian Klink
41723ef290 notmuch: 0.25.3 -> 0.26 2018-01-10 02:03:48 +01:00
Tim Steinbach
ad0e0f27e3
sbt-extras: 77686b3 -> 3c8fcad 2018-01-09 19:21:28 -05:00
John Ericson
98b3db2eef
Merge pull request #33676 from obsidiansystems/less-arm-hack
gcc, binutils: Narrow down ARM hack so only native builds are affected
2018-01-09 17:52:45 -05:00
John Ericson
c98e6b6771 gcc, binutils: Narrow down ARM hack so only native builds are affected 2018-01-09 17:25:49 -05:00
John Ericson
c3052295fa Merge commit '3ed545ab31146e607c57649936c75869d6aa9ba2' into ericson2314-cross-master 2018-01-09 17:19:27 -05:00
John Ericson
b850eb3404
Merge pull request #32489 from orivej/ed
[WIP] ed: fix cross build
2018-01-09 17:09:54 -05:00
Orivej Desh
c0ab4d5ff0 ed: fix cross build 2018-01-09 17:08:06 -05:00
Daiderd Jordan
3793320958
qt5-qtbase: update darwin patch 2018-01-09 22:47:34 +01:00
Joachim F
cd777edb09
Merge pull request #33622 from mdorman/emacs-updates
Semi-automated Emacs package updates
2018-01-09 21:41:24 +00:00
John Ericson
c836910e0e
Merge pull request #33670 from obsidiansystems/cross-check
stdenv: Fix doCheck and doInstallCheck logic
2018-01-09 16:37:11 -05:00
Joachim F
a6912f589e
Merge pull request #33629 from rnhmjoj/dnscrypt-proxy
Restore dnscrypt-proxy
2018-01-09 21:34:14 +00:00
Pascal Bach
75ece627a9 restic: 0.8.0 -> 0.8.1 2018-01-09 22:23:49 +01:00
John Ericson
567feb3a54 stdenv: Fix doCheck and doInstallCheck logic
It's host != build, not host != target
2018-01-09 16:22:58 -05:00
Florian Klink
a508ac38f8 oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0
also split major and minor version into a 'baseVersion', and specify
supported platforms.
2018-01-09 22:21:39 +01:00
WilliButz
70ecaff635
fileshelter: init at 3.0.0 2018-01-09 22:07:59 +01:00
WilliButz
1a74ff64bb
wt: split into wt3 and wt4 2018-01-09 22:01:06 +01:00
John Ericson
06a8d66528
Merge pull request #33603 from obsidiansystems/cross-check
stdenv: Force `doCheck` to be false when we are cross compiling
2018-01-09 15:09:54 -05:00
Bas van Dijk
9bafe42450 digikam: 5.7.0 -> 5.8.0
See: https://raw.githubusercontent.com/KDE/digikam/v5.8.0/project/NEWS.5.8.0
2018-01-09 20:54:37 +01:00
Roman Volosatovs
0f59776699
mopidy-iris: 3.8.2 -> 3.11.0 2018-01-09 20:48:37 +01:00
adisbladis
17bdefd142
electron-cash: Only build on platforms.linux
darwin is broken
2018-01-10 03:40:28 +08:00
Peter Simons
2280127e85 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7.2 from Hackage revision
c0e307307b.
2018-01-09 20:33:02 +01:00
Matthew Pickering
5542e3cc4d haskell package set configuration clean-up
Closes https://github.com/NixOS/nixpkgs/pull/33588.
2018-01-09 20:32:55 +01:00
Kevin Quick
7933fe4ee5
python: thespian: 3.9.0 -> 3.9.1 2018-01-09 11:04:46 -08:00
Elis Hirwing
c7eadc3ce9
pytest-rerunfailures: 2.0.1 -> 4.0 2018-01-09 19:26:29 +01:00
rnhmjoj
34c776eaa1
electron-cash: 3.1.1 -> 3.1.2 2018-01-09 19:17:07 +01:00
John Ericson
133b4658df treewide: Simplify some doCheck calls
In anticipation of what I outline in #33599, I only simplify exactly those
`doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a
comment next to them so I can grep for them later.
2018-01-09 12:37:38 -05:00
John Ericson
4e907dbca1 stdenv: Force doCheck and doInstallCheck to be false when we are cross compiling
I hope this will be a temporary measure. If there is consensus around
issue #33599, then we can follow an explicit `dontCheck`, but default to
not checking during cross builds when none is given.
2018-01-09 12:37:12 -05:00
John Ericson
eec050f395
Merge pull request #33577 from dtzWill/fix/cross-2
Minor cross fixes, 2
2018-01-09 12:36:53 -05:00
John Ericson
0c16a11c9a
Merge pull request #33575 from dtzWill/fix/cross-1
Minor cross fixes, 1
2018-01-09 12:34:50 -05:00
Franz Pletz
73303b592d
Merge pull request #33653 from flokli/electrum-ltc
electrum-ltc: 2.9.3.1 -> 3.0.5.1
2018-01-09 17:32:03 +00:00
Florian Klink
546c829f2e electrum-ltc: only build on platforms.linux
darwin is broken
2018-01-09 18:27:09 +01:00
Andreas Rammhold
613383206c
Merge pull request #33656 from veprbl/pyslurm_fix
pyslurm: bump to unbreak (master)
2018-01-09 17:24:23 +00:00
Dmitry Kalinkin
3ebad47b8a
pyslurm: bump to unbreak
Fixes: bd9512f217 ('slurm: 17.02.6 -> 17.02.9 for CVE-2017-15566')
(cherry picked from commit e5aa7467d4cb3750816a3673cf6c7fac138de111)
2018-01-09 11:57:35 -05:00
Will Dietz
be2e01f8a0 ngx_pagespeed, psol: 1.11.33.4 -> 1.13.35.1
Fixes build when used with nginxMainline.

(FWIW, 1.11.33.4 is from 2016-09-15)
2018-01-09 10:57:17 -06:00
Will Dietz
0bbcfb0d6d nginxMainline: 1.13.6 -> 1.13.8
See http://nginx.org/en/CHANGES
2018-01-09 10:55:52 -06:00
Ben Gamari
6f8cb301a9 ms-sys: Fix cross-compilation 2018-01-09 11:25:19 -05:00
Ben Gamari
7ed923f9d8 mdadm: Fix cross-compilation 2018-01-09 11:25:19 -05:00
Ben Gamari
ac19f60c93 ddrescue: Enable cross-compilation 2018-01-09 11:25:19 -05:00
Ben Gamari
6db707fe7e pkgconfig: Enable cross-compilation
(cherry picked from commit 91fdb2f9caf5ce14acb87f3b877216aeb2590e7e)
2018-01-09 11:23:56 -05:00
Ben Gamari
bef09dcca1 krb5: Allow cross-compilation 2018-01-09 11:23:56 -05:00
Will Dietz
681555c11c lua-5: isMingw -> isMinGW 2018-01-09 11:23:56 -05:00
Will Dietz
7c992cb7af bsdiff: fix 'cc' usage 2018-01-09 11:23:56 -05:00
Will Dietz
a23be78ef2 at: cross-compilation fixes
* move bison/flex to nativeBuildInputs
* add patch to avoid use of undocumented glibc macro
* fix use of 'install -s' to avoid invoking 'strip' directly
2018-01-09 11:23:56 -05:00
Shea Levy
f607771d0f
Add cri-tools 2018-01-09 11:18:25 -05:00
Andrew Childs
a1b03ccb6b wdiff: Widen meta.platforms to unix
This package builds and works fine on macOS, and probably other
unix-likes.
2018-01-10 01:16:40 +09:00
Florian Klink
a19c7708c9 electrum-ltc: 2.9.3.1 -> 3.0.5.1 2018-01-09 17:00:36 +01:00
Florian Klink
01c80fe9bb py_scrypt: use instead of ltc_scrypt 2018-01-09 17:00:31 +01:00
Tim Steinbach
dd86923d3a
oh-my-zsh: 2017-09-24 -> 2017-12-14 2018-01-09 10:14:43 -05:00
Tim Steinbach
f90ddfee7a
atom-beta: 1.24.0-beta1 -> 1.24.0-beta2 2018-01-09 10:12:01 -05:00
Tim Steinbach
fcc48ccced
atom: 1.23.1 -> 1.23.2 2018-01-09 10:09:47 -05:00
Tim Steinbach
e114a5c0d7
sbt: 1.0.4 -> 1.1.0 2018-01-09 10:07:05 -05:00
Will Dietz
eb7af7a82b whois: prefer not overwriting phases, use libiconv 2018-01-09 08:41:55 -06:00
Will Dietz
364b21925f whois: use libidn2 to support various 'international' domains 2018-01-09 08:41:51 -06:00
Will Dietz
90c67ea36a whois: 5.2.18 -> 5.2.20 2018-01-09 08:41:40 -06:00
Eelco Dolstra
73a01aa028
Merge pull request #33642 from teozkr/libguestfs-java
Added JDK dependency to libguestfs
2018-01-09 15:25:55 +01:00
adisbladis
c23b036e96
firefox-devedition-bin: 58.0b14 -> 58.0b15 2018-01-09 22:06:32 +08:00
adisbladis
5849d92104
firefox-beta-bin: 58.0b14 -> 58.0b15 2018-01-09 22:06:31 +08:00
Robin Gloster
7c5430c27c
Revert "rust: store the cargo-vendor config"
This reverts commit 0af2c5891b.

See 0af2c5891b (commitcomment-26737983)
This breaks the cargoSha256 hashes.
2018-01-09 15:03:03 +01:00
Teo Klestrup Röijezon
440cfd3e42 libguestfs: Made Java dependency optional 2018-01-09 14:38:53 +01:00
Teo Klestrup Röijezon
e74f61f30d libguestfs: Added JDK dependency
This is required with the current set of configure flags
2018-01-09 14:38:26 +01:00
Will Dietz
9721ed22e8 schedulingPriority should be an int, fix check-meta type and in-tree use 2018-01-09 07:25:24 -06:00
Sander van der Burg
a18da9b689 titaniumenv: add hack to reduce keychain blocking problems 2018-01-09 13:24:30 +01:00
Orivej Desh
7a891ebbdd
Merge pull request #33641 from dhess/gcc-armv7l-fix
Revert "gcc, binutils: Get rid of 32-bit ARM configure flag exception"
2018-01-09 12:18:43 +00:00
Sander van der Burg
792d48bc94 titaniumenv: fix path to IPA build product 2018-01-09 12:30:58 +01:00
goibhniu
505767557f
Merge pull request #33611 from ckauhaus/submit/symlinks-1.4.3
symlinks: 1.4 -> 1.4.3
2018-01-09 12:00:26 +01:00
Cray Elliott
3ffb4137d9 discord: 0.0.3 -> 0.0.4 2018-01-09 01:43:56 -08:00
Andreas Rammhold
aff2de4909
Merge pull request #33613 from andir/linux_4_15_rc7
linux_testing: 4.15-rc4 -> 4.15-rc7
2018-01-09 07:39:39 +00:00
taku0
4780cc70bd flashplayer: 28.0.0.126 -> 28.0.0.137 2018-01-09 15:15:11 +09:00
adisbladis
9638055534
inotify-tools: 3.14 -> 3.20.1
Closes #33609
2018-01-09 12:14:46 +08:00
Drew Hess
3ed545ab31
Revert "gcc, binutils: Get rid of 32-bit ARM configure flag exception"
This commit breaks native armv7l-linux builds. Revert it until it can
be root-caused. This reversion does not affect other platforms or
cross-compiling.

This reverts commit 0f5c804631.
2018-01-08 20:03:33 -08:00