Commit Graph

25220 Commits

Author SHA1 Message Date
R. RyanTM
518eca8256 tini: 0.17.0 -> 0.18.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/h0h2qyxwrvsjy47m1xyv7sxzd2j0ilsi-tini-0.18.0/bin/tini -h’ got 0 exit code
- ran ‘/nix/store/h0h2qyxwrvsjy47m1xyv7sxzd2j0ilsi-tini-0.18.0/bin/tini --version’ and found version 0.18.0
- found 0.18.0 with grep in /nix/store/h0h2qyxwrvsjy47m1xyv7sxzd2j0ilsi-tini-0.18.0
- directory tree listing: https://gist.github.com/c992fd0a24dfc0365d6b62ac567d395c
2018-04-25 21:45:09 -07:00
R. RyanTM
7e1db6b41d xmrig: 2.5.2 -> 2.5.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.5.3 with grep in /nix/store/csidwxna34qv298smf6sflwaj93xr9p0-xmrig-2.5.3
- directory tree listing: https://gist.github.com/5aaeee0849eb7acb740cae01310a19f9
2018-04-25 20:36:43 -07:00
xeji
3e3b39f173 qemu: 2.11.1 -> 2.12.0 2018-04-26 01:41:53 +02:00
Robin Gloster
04ab1ed623
gitlab: 10.5.6 -> 10.7.0 2018-04-26 00:15:24 +02:00
Robin Gloster
775bbc2d57
gitlab-workhorse: 3.6.0 -> 4.1.0 2018-04-26 00:15:24 +02:00
Robin Gloster
ddec4ae7a0
gitlab-shell: 6.0.3 -> 7.1.2 2018-04-26 00:15:24 +02:00
Robin Gloster
59ad9933ff
gitaly: 0.81.0 -> 0.95.0 2018-04-26 00:15:23 +02:00
Michiel Derhaeg
189a4f3656 verifast: 14.5 -> 18.02 (#39480) 2018-04-25 22:54:57 +01:00
Jörg Thalheim
e15b2ed917
Merge pull request #39494 from magnetophon/guitarix
guitarix: 0.36.1 -> 0.37.0
2018-04-25 22:39:34 +01:00
Jörg Thalheim
a631da0376
Merge pull request #39489 from jlesquembre/kitty
kitty: 0.8.2 -> 0.9.0
2018-04-25 22:32:23 +01:00
Jörg Thalheim
18da50d8d3
Merge pull request #39503 from veprbl/pr/sacrifice_darwin_fix
sacrifice: fix runtime on darwin
2018-04-25 22:22:19 +01:00
Jörg Thalheim
a21607c47d
Merge pull request #39485 from sorki/ipmicfg_patchelf
ipmicfg: fix patchelf args
2018-04-25 22:21:37 +01:00
Katona László
329d1ba69a jmol: made it runnable 2018-04-25 22:42:07 +02:00
Katona László
75d8c81868 pymol: 1.8.4 -> 2.1.0 2018-04-25 22:15:51 +02:00
Matthew Justin Bauer
fb836946de
Merge pull request #35187 from xurei/app/yarssr
yarssr: init at git-2017-12-01
2018-04-25 14:47:08 -05:00
John Ericson
ba52ae5048 treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
Dmitry Kalinkin
c1f45f76ad
sacrifice: fix runtime on darwin 2018-04-25 14:58:23 -04:00
Jan Tojnar
0009ae3d5e
onboard: fix missing typelibs 2018-04-25 19:55:39 +02:00
Bart Brouns
00528006cf guitarix: 0.36.1 -> 0.37.0 2018-04-25 19:24:41 +02:00
José Luis Lafuente
ac0fd5a909
kitty: 0.8.2 -> 0.9.0 2018-04-25 18:03:48 +02:00
aszlig
6c748ae749
inkscape: Fix build on NixOS
The first problem that was introduced in a276d5160c
was a linking error:

ld: cannot find -licui18n
ld: cannot find -licuuc
ld: cannot find -licudata

So I added icu to the buildInputs.

The second problem was that the interpreter wasn't patched in
share/filters, apparently this is only needed when building with
autotools:

make[3]: Entering directory '/build/inkscape-0.92.3/share/filters'
./i18n.py ./filters.svg > ./filters.svg.h
./i18n.py: /usr/bin/env: bad interpreter: No such file or directory

A similar error also occurs for share/palettes, share/patterns,
share/symbols and share/templates, so I added patching the interpreter
there as well.

Switching to autotools in Inkscape is a very bad idea, because upstream
currently still has their own autotools files in the 0.92.x tree but
master already has them removed, see this commit:

e471a664f9

However for the sake of trying to not break Inkscape on Darwin again,
I tried to keep the fixes minimal and not went back to CMake.

I did however mark the stuff that's unneeded for CMake, so that we can
avoid forgetting to remove that crap once we get back to CMake.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @matthewbauer
2018-04-25 17:09:04 +02:00
Richard Marko
ec371a5d98 ipmicfg: fix patchelf args 2018-04-25 16:08:05 +02:00
Will Dietz
2236f418f5 radiotray-ng: disable tests, they now want to download unconditionally 2018-04-25 08:38:36 -05:00
Will Dietz
4f16b36fed radiotray-ng: 0.2.1 -> 0.2.2
https://github.com/ebruck/radiotray-ng/releases/tag/v0.2.2
2018-04-25 08:32:49 -05:00
Jan Tojnar
4340a1582f
pitivi: 0.96 → 0.99 2018-04-25 15:14:17 +02:00
Lancelot SIX
8d58b1a0a0
Merge pull request #39360 from lsix/update_motu
motuclient: 1.4.00 -> 1.5.00
2018-04-25 11:46:19 +02:00
Ioannis Koutras
2479b449b6 webstorm: 2018.1 -> 2018.1.2 2018-04-25 11:33:03 +03:00
Ioannis Koutras
ef038375f8 ruby-mine: 2017.3.3 -> 2017.3.4 2018-04-25 11:33:02 +03:00
Ioannis Koutras
609766bf80 pycharm-professional: 2018.1 -> 2018.1.1 2018-04-25 11:33:02 +03:00
Ioannis Koutras
12f07ac1bc pycharm-community: 2018.1 -> 2018.1.1 2018-04-25 11:33:02 +03:00
Ioannis Koutras
21feb8a2ed idea-ultimate: 2018.1 -> 2018.1.2 2018-04-25 11:32:49 +03:00
Ioannis Koutras
e74d28ef96 idea-community: 2018.1 -> 2018.1.2 2018-04-25 11:32:40 +03:00
Ioannis Koutras
a52b5be4a2 goland: 2018.1 -> 2018.1.1 2018-04-25 11:29:53 +03:00
Ioannis Koutras
8ffaeecfca clion: 2018.1 -> 2018.1.1 2018-04-25 11:29:53 +03:00
Jörg Thalheim
ab5e6073d9
Merge pull request #39436 from LnL7/vim-ft-nix
vim_configurable: replace default ftNix patch with sources from vim-nix
2018-04-25 08:36:36 +01:00
Matthew Justin Bauer
42c87d4716
Merge pull request #39439 from Ma27/fix-free-clementine-plugin-path
clementine: each output should hav a wrapped `GST_PLUGIN_SYSTEM_PATH_1_0`
2018-04-25 00:41:55 -05:00
Matthew Justin Bauer
d71d7c913e
Merge pull request #39465 from matthewbauer/work
Various work on broken packages
2018-04-25 00:30:32 -05:00
Matthew Bauer
0a8c91a931 inkscape: typo 2018-04-25 00:17:21 -05:00
Matthew Bauer
a276d5160c inkscape: fix on Darwin
Fixes #39175
2018-04-24 22:54:33 -05:00
adisbladis
b20a82cd75
calligra: 3.0.1 -> 3.1.0 2018-04-25 09:40:26 +08:00
adisbladis
1bde5c5930
kexi: 3.0.2 -> 3.1.0 2018-04-25 09:40:25 +08:00
adisbladis
337e9723ce
kde-applications: Create alias to okteta 2018-04-25 09:35:50 +08:00
Bastian Köcher
58f53dc4d4
okteta: Move into own package
Okteta was removed from kde applications and will now be released
independently. So, we currently use the released version from 17.12.3.
2018-04-25 09:35:49 +08:00
Bastian Köcher
faed183206
kde_applications: 17.12.3 -> 18.04.0 2018-04-25 09:35:49 +08:00
Bastian Köcher
b933157f44
kholidays: Move from kde_applications to kde_frameworks 2018-04-25 09:35:48 +08:00
Will Dietz
de40a77de8
Merge pull request #39453 from bgamari/fix-git
git: Set PERL_PATH when building manual
2018-04-24 18:55:26 -05:00
Jörg Thalheim
49ff3665a5 alacritty: 2018-03-04 -> 2018-04-1 2018-04-25 00:54:04 +01:00
Michael Raskin
cdca27101d
Merge pull request #39450 from r-ryantm/auto-update/baresip
baresip: 0.5.8 -> 0.5.9
2018-04-24 23:10:30 +00:00
Ben Gamari
b26ae506a9 git: Set PERL_PATH when building manual
Otherwise the build fails with the perplexing error

    make: *** No rule to make target 'cmd-list.made', needed by 'doc.dep'.  Stop.
    make: Leaving directory '/tmp/nix-build-git-2.16.3.drv-0/git-2.16.3/Documentation'

on NixOS (but not on Debian, where it succeeds, presumably since it picks up the
system perl).
2018-04-24 19:00:34 -04:00
Jörg Thalheim
cf68bb33cb dino: fix checksum 2018-04-24 23:44:32 +01:00
Jörg Thalheim
296bc1e569 dino: 2018-03-10 -> 2018-04-19 2018-04-24 23:41:21 +01:00
R. RyanTM
85161629c5 baresip: 0.5.8 -> 0.5.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.5.9 with grep in /nix/store/qh69vw5jdwnw82vb6gkwz4f0k8gpjjry-baresip-0.5.9
- directory tree listing: https://gist.github.com/f67689bcf18570ad0408e54fa06db37c
2018-04-24 15:33:02 -07:00
Maximilian Bosch
a4ba8c6544
clementine: each output should hav a wrapped GST_PLUGIN_SYSTEM_PATH_1_0
see ef5e212d20 (r28723596)

/cc @jtojnar
2018-04-24 23:27:45 +02:00
Robert Helgesson
f54a9994e3
eclipse-plugin-spotbugs: 3.1.2 -> 3.1.3
Also switch to using zipped update site provided on GitHub.
2018-04-24 22:58:15 +02:00
Daiderd Jordan
1c3d38c69b
vim_configurable: replace default ftNix patch with sources from vim-nix 2018-04-24 22:56:25 +02:00
Jan Tojnar
bfd213aa2d
rhythmbox: fix build with GStreamer 1.14 2018-04-24 22:42:00 +02:00
John Ericson
4aefe8a48a
Merge pull request #39425 from bgamari/git-cross
Allow git to be cross-compiled
2018-04-24 16:07:05 -04:00
Jan Tojnar
5979e88695
orca: fix typelib lookup 2018-04-24 21:53:12 +02:00
Jan Tojnar
d48e9ff92a
liblouis: mark as broken 2018-04-24 21:53:11 +02:00
Jörg Thalheim
78d9bffc0a
Merge pull request #39412 from r-ryantm/auto-update/pcmanfm
pcmanfm: 1.2.5 -> 1.3.0
2018-04-24 20:05:58 +01:00
Frank Doepper
81c1b9c9fc googleearth: remove
it's broken, and even after adjusting the derivation to the currently
available downloads it does not run well for me and it is rather
annoying to adjust the derivation to the moving
google-earth-stable_current source download link
2018-04-24 21:05:03 +02:00
R. RyanTM
768f1d968c latte-dock: 0.7.4 -> 0.7.5 (#39418)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/6nvkkskm7j4ngqfy722ajp289gqhg1a9-latte-dock-0.7.5/bin/latte-dock -h’ got 0 exit code
- ran ‘/nix/store/6nvkkskm7j4ngqfy722ajp289gqhg1a9-latte-dock-0.7.5/bin/latte-dock --help’ got 0 exit code
- found 0.7.5 with grep in /nix/store/6nvkkskm7j4ngqfy722ajp289gqhg1a9-latte-dock-0.7.5
- directory tree listing: https://gist.github.com/8f58b4f85d4c80752b6d66e912ce92c0
2018-04-24 14:59:32 -04:00
Ben Gamari
d111a42772 git: Enable cross-compilation 2018-04-24 14:58:58 -04:00
Ben Gamari
2d397f1b76 git: Allow perl support to be disabled 2018-04-24 14:58:58 -04:00
Ben Gamari
432df5b1cf git: Fix USE_LIBPCRE2 configuration
Previously this was injected during install, causing the build system to rebuild
the entire package.
2018-04-24 14:58:58 -04:00
Ben Gamari
ae0a14d25d git: Refactor makeFlags using lib.optionals 2018-04-24 14:58:58 -04:00
Will Dietz
866940303c mendeley: 1.17.13 -> 1.18, touchup update script
(support "1.18" instead of "1.18.0")
2018-04-24 12:29:58 -05:00
R. RyanTM
3c546c2da9 pcmanfm: 1.2.5 -> 1.3.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/z37gyw9vskaby2caizkzghjd7ikafv64-pcmanfm-1.3.0/bin/pcmanfm -h’ got 0 exit code
- ran ‘/nix/store/z37gyw9vskaby2caizkzghjd7ikafv64-pcmanfm-1.3.0/bin/pcmanfm --help’ got 0 exit code
- ran ‘/nix/store/z37gyw9vskaby2caizkzghjd7ikafv64-pcmanfm-1.3.0/bin/.pcmanfm-wrapped -h’ got 0 exit code
- ran ‘/nix/store/z37gyw9vskaby2caizkzghjd7ikafv64-pcmanfm-1.3.0/bin/.pcmanfm-wrapped --help’ got 0 exit code
- found 1.3.0 with grep in /nix/store/z37gyw9vskaby2caizkzghjd7ikafv64-pcmanfm-1.3.0
- directory tree listing: https://gist.github.com/f15deaa66af5124a632abbca797f7240
2018-04-24 10:20:14 -07:00
lewo
18c6c495ea
Merge pull request #39171 from nocent/add/bonzomatic
bonzomatic: init at 2018-03-29
2018-04-24 17:58:55 +02:00
Michael Raskin
1f909a8dfc
Merge pull request #39403 from timokau/maxima-exl-testfailures-2
maxima-ecl: Disable more failing tests
2018-04-24 15:44:04 +00:00
nocent
0ada4b37d7
Added version info, set compatible platforms
Thanks for the review @nlewo and @Infinisil
2018-04-24 15:32:47 +00:00
Franz Pletz
0520634725
xmr-stak: doesn't build with gcc7 if cuda is enabled 2018-04-24 17:06:57 +02:00
Matthew Justin Bauer
d57e6466e0
Merge pull request #39377 from timokau/pari-pthread
pari: Make pthread optional, remove unstable
2018-04-24 10:03:01 -05:00
lewo
e0956295a9
Merge pull request #39363 from carlosdagos/go-jira-1.0.17
go-jira: init at 1.0.17
2018-04-24 16:13:25 +02:00
Jörg Thalheim
04a15a6ebf
Merge pull request #39338 from alexfmpe/coursera-dl
coursera-dl: init at 0.10.0
2018-04-24 14:45:58 +01:00
Carlos D'Agostino
49f02db58c go-jira: init at 1.0.17 2018-04-24 23:40:37 +10:00
Jörg Thalheim
b959c6ed60
Merge pull request #38806 from magnetophon/dragonfly-reverb
dragonfly-reverb: init at 0.9.1
2018-04-24 14:04:35 +01:00
Alexandre Esteves
c9b3a2452f
coursera-dl: init at 0.10.0 2018-04-24 13:34:49 +01:00
Timo Kaufmann
396b5d9c65 maxima-ecl: Disable more failing tests 2018-04-24 13:38:44 +02:00
Jan Tojnar
39a64b28b5
orca: 3.28.0 → 3.28.1 2018-04-24 13:30:56 +02:00
Pascal Wittmann
97fb4c32f1
Merge pull request #39399 from vaibhavsagar/init-teseq
teseq: init at 1.1.1
2018-04-24 13:12:22 +02:00
Bart Brouns
5f6373d582 dragonfly-reverb: init at 0.9.1 2018-04-24 12:56:50 +02:00
Timo Kaufmann
75b0866d0c pari: Make pthread optional, remove unstable 2018-04-24 12:54:59 +02:00
Michael Raskin
bc6f7a9ccf
Merge pull request #39370 from timokau/singular-ntl
singular: Fix ntl dependency
2018-04-24 10:54:23 +00:00
Timo Kaufmann
ba389086de singular: Fix ntl dependency 2018-04-24 12:04:28 +02:00
Vaibhav Sagar
847196143d teseq: init at 1.1.1 2018-04-24 17:26:28 +08:00
Timo Kaufmann
b707c91814 maxima-ecl: Disable failing tests 2018-04-24 11:16:55 +02:00
Peter Simons
6799fcb42b R: 3.4.4 -> 3.5.0
Unfortunately, the new version fails its test suite AGAIN when the recommended
packages are not build. Makes one wonder whether maybe we should offer the R
developers CI builds that check this. I've reported the issue upstream, let's
see what happens.
2018-04-24 09:19:13 +02:00
Peter Hoeg
3fcb890fc7
Merge pull request #39376 from r-ryantm/auto-update/qlcplus
qlcplus: 4.11.1 -> 4.11.2
2018-04-24 06:46:17 +00:00
Daiderd Jordan
bca24c02ac
qemu: fix darwin build 2018-04-24 00:19:34 +02:00
Jens Binkert
e304b6b216 typora: 0.9.44 -> 0.9.47 2018-04-23 22:02:24 +02:00
Florian Klink
0e5f82b847 pdf-quench: init at 1.0.5 2018-04-23 21:28:47 +02:00
Kamil Chmielewski
3cdb8f581d spark: provided-hadoop -> nixpkgs hadoop
spark should use nixpkgs provided hadoop to make it consistent
for bigger Nix hadoop + spark setup
2018-04-23 20:48:33 +02:00
Michael Weiss
42a9ba28d1 androidStudioPackages.{dev,canary}: 3.2.0.10 -> 3.2.0.11 2018-04-23 20:24:51 +02:00
Michael Weiss
84ace02e87 android-studio: 3.1.1.0 -> 3.1.2.0 2018-04-23 20:24:51 +02:00
R. RyanTM
dc61a487c9 qlcplus: 4.11.1 -> 4.11.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/qlcplus/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.11.2 with grep in /nix/store/4qhjfvk9i1hi3q4jqzic5ajndnqschfi-qlcplus-4.11.2
- directory tree listing: https://gist.github.com/2877914d9c008fd955d2946bfd21926e
2018-04-23 10:22:07 -07:00
Matthew Justin Bauer
a02d6c99af
Merge pull request #34014 from mnacamura/mathematica-l10n
mathematica: enable installation of localized editions
2018-04-23 11:58:34 -05:00
Matthew Justin Bauer
3678dca0e3
Merge pull request #36979 from clearyf/cdparanoia
cdparanoia: Fix private keyword in header
2018-04-23 11:46:00 -05:00
Jörg Thalheim
d0b24f28fa
Merge pull request #39372 from r-ryantm/auto-update/urh
urh: 2.0.1 -> 2.0.2
2018-04-23 16:28:23 +01:00
Jörg Thalheim
67920d3d4c
Merge pull request #39371 from r-ryantm/auto-update/todo.txt-cli
todo-txt-cli: 2.10 -> 2.11.0
2018-04-23 16:18:13 +01:00
R. RyanTM
5960919876 urh: 2.0.1 -> 2.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/urh/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/cs9vqxk0xqcpqcs10bbqhq6h7vdbmyny-urh-2.0.2/bin/.urh-wrapped --version’ and found version 2.0.2
- ran ‘/nix/store/cs9vqxk0xqcpqcs10bbqhq6h7vdbmyny-urh-2.0.2/bin/urh --version’ and found version 2.0.2
- found 2.0.2 with grep in /nix/store/cs9vqxk0xqcpqcs10bbqhq6h7vdbmyny-urh-2.0.2
- directory tree listing: https://gist.github.com/fd267c85c4f90f14b9af167c50b169a0
2018-04-23 07:53:00 -07:00
R. RyanTM
ccffc7a5dd todo-txt-cli: 2.10 -> 2.11.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/todo.txt-cli/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.11.0 with grep in /nix/store/ws0k0b3kcl4j2aainnn8xg1vnx803s9c-todo.txt-cli-2.11.0
- directory tree listing: https://gist.github.com/37dad7ad49e196a469453b0b6a4ddb16
2018-04-23 07:48:22 -07:00
Wout Mertens
7c3dc2f53f
Merge pull request #39117 from Anton-Latukha/handbrake-rw
handbrake: refactor (fx, clenup, description, cosmetics, add maintainer)
2018-04-23 15:47:23 +02:00
Jörg Thalheim
e2b5e17791
Merge pull request #39301 from markus1189/libgphoto2
(lib)gphoto2: 2.5.1{5,6} -> 2.5.17
2018-04-23 11:54:57 +01:00
Lancelot SIX
9b5793790e
motuclient: 1.4.00 -> 1.5.00 2018-04-23 10:50:45 +02:00
Jörg Thalheim
d52e5da785
Merge pull request #39310 from Mic92/bitcoin-fixes
bitcoin-{unlimited,xt}: fix darwin
2018-04-23 08:36:59 +01:00
xeji
a586011b58 firefox-wrapper: fix icon linking (#39315)
don't try to link non-existing icons
2018-04-23 08:33:09 +01:00
Jörg Thalheim
c7d278ad07
Merge pull request #39351 from matthewbauer/calc-on-darwin
calc: cleanup expression
2018-04-23 08:07:13 +01:00
Matthew Bauer
63507ada7d calc: cleanup expression
Fixes #39321

(Still needs testing on Linux)
2018-04-22 19:01:25 -05:00
Corbin Simpson
69f23d9e73 enhanced-ctorrent: fix CVE-2009-1759 (#39311)
Patches from Debian.
2018-04-22 22:42:20 +01:00
Joachim F
36d58a2cd2
Merge pull request #39332 from markuskowa/octopus-up
octopus: 7.2 -> 7.3
2018-04-22 17:47:26 +00:00
Markus Kowalewski
1d0267b2e7
octopus: 7.2 -> 7.3 2018-04-22 08:43:19 -07:00
Jörg Thalheim
e3b0d05c9d
Merge pull request #39145 from geistesk/slstatus-unstable-2018-04-16
slstatus: unstable-2018-03-21 -> unstable-2018-04-16
2018-04-22 16:06:07 +01:00
Jörg Thalheim
15fee89bc7
Merge pull request #39143 from geistesk/et-0.1.1
et: 0.1 -> 0.1.1
2018-04-22 15:44:14 +01:00
Jörg Thalheim
69ee53a899
Merge pull request #39144 from geistesk/farbfeld-sent-path
farbfeld, sent: wrap PATH for 2ff and sent
2018-04-22 15:42:20 +01:00
Jörg Thalheim
46425a65ac bitcoin-{unlimited,xt}: fix darwin 2018-04-22 10:54:55 +01:00
Marti Serra
e9baa47a3b tribler: 7.0.1 -> 7.0.2 2018-04-22 10:42:10 +02:00
Matthew Justin Bauer
b4baad53e7
Merge pull request #39097 from smashedtoatoms/bitwigstudio2-to-2.3.2
bitwigstudio2: 2.3.1 -> 2.3.2
2018-04-21 20:56:53 -05:00
Matthew Justin Bauer
c8e58113b2
Merge pull request #38801 from worldofpeace/wire-desktop
wire-desktop: init at 3.0.2816
2018-04-21 20:47:56 -05:00
Timo Kaufmann
b93e1fbbfb jmol: init at 14.29.12 2018-04-21 20:41:21 -05:00
Timo Kaufmann
be0b8f2cf6 palp: init at 2.1 2018-04-21 20:40:59 -05:00
Timo Kaufmann
7dc6b2e3c3 pynac: init at 0.7.19 2018-04-21 20:40:22 -05:00
Daiderd Jordan
313b5fce7b
Merge pull request #39260 from chreekat/idiomatic-vim-ft-plugin
vim: idiomatic nix filetype plugin
2018-04-22 00:25:40 +02:00
Jörg Thalheim
d6ab16561d
Merge pull request #38664 from bcdarwin/minc_ecosystem
MINC ecosystem
2018-04-21 20:30:37 +01:00
Jörg Thalheim
e7ebbe1277
Merge pull request #39194 from r-ryantm/auto-update/qmmp
qmmp: 1.2.0 -> 1.2.1
2018-04-21 20:19:05 +01:00
Jörg Thalheim
f7785dd61c
Merge branch 'master' into minc_ecosystem 2018-04-21 20:18:27 +01:00
Jörg Thalheim
0964410b28 altcoins.memorycoind: restrict to linux x86_64 2018-04-21 20:13:53 +01:00
Jörg Thalheim
942bc44c55
Merge pull request #39196 from r-ryantm/auto-update/singularity
singularity: 2.4.5 -> 2.4.6
2018-04-21 19:23:59 +01:00
Jörg Thalheim
39e94277ba
Merge pull request #39197 from r-ryantm/auto-update/picard-tools
picard-tools: 2.18.1 -> 2.18.2
2018-04-21 19:21:15 +01:00
Jörg Thalheim
c9eae0c04d
Merge pull request #39190 from r-ryantm/auto-update/safeeyes
safeeyes: 2.0.2 -> 2.0.5
2018-04-21 19:11:27 +01:00
Jörg Thalheim
5cb49cd405
Merge pull request #39186 from r-ryantm/auto-update/xmr-stak
xmr-stak: 2.3.0 -> 2.4.3
2018-04-21 19:08:19 +01:00
bfortz
ba8ef6184c minergate: init at 8.1 (#39302) 2018-04-21 18:33:13 +01:00
Pascal Wittmann
931b8aded1
calibre: 3.21.0 -> 3.22.1 2018-04-21 15:32:43 +02:00
Herwig Hochleitner
2b29e40153 chromium: 65.0.3325.181 -> 66.0.3359.117
Critical CVE-2018-6085: Use after free in Disk Cache. Reported by Ned Williamson on 2018-03-28
Critical CVE-2018-6086: Use after free in Disk Cache. Reported by Ned Williamson on 2018-03-30
High CVE-2018-6087: Use after free in WebAssembly. Reported by Anonymous on 2018-02-20
High CVE-2018-6088: Use after free in PDFium. Reported by Anonymous on 2018-03-15
High CVE-2018-6089: Same origin policy bypass in Service Worker. Reported by Rob Wu on 2018-02-04
High CVE-2018-6090: Heap buffer overflow in Skia. Reported by ZhanJia Song on 2018-03-12
High CVE-2018-6091: Incorrect handling of plug-ins by Service Worker. Reported by Jun Kokatsu (@shhnjk) on 2017-10-05
High CVE-2018-6092: Integer overflow in WebAssembly. Reported by Natalie Silvanovich of Google Project Zero on 2018-03-08
Medium CVE-2018-6093: Same origin bypass in Service Worker. Reported by Jun Kokatsu (@shhnjk) on 2017-11-01
Medium CVE-2018-6094: Exploit hardening regression in Oilpan. Reported by Chris Rohlf on 2016-08-01
Medium CVE-2018-6095: Lack of meaningful user interaction requirement before file upload. Reported by Abdulrahman Alqabandi (@qab) on 2016-08-11
Medium CVE-2018-6096: Fullscreen UI spoof. Reported by WenXu Wu of Tencent's Xuanwu Lab on 2017-10-19
Medium CVE-2018-6097: Fullscreen UI spoof. Reported by xisigr of Tencent's Xuanwu Lab on 2018-01-26
Medium CVE-2018-6098: URL spoof in Omnibox. Reported by Khalil Zhani on 2018-01-03
Medium CVE-2018-6099: CORS bypass in ServiceWorker. Reported by Jun Kokatsu (@shhnjk) on 2018-02-03
Medium CVE-2018-6100: URL spoof in Omnibox. Reported by Lnyas Zhang on 2018-02-11
Medium CVE-2018-6101: Insufficient protection of remote debugging prototol in DevTools . Reported by Rob Wu on 2018-02-19
Medium CVE-2018-6102: URL spoof in Omnibox. Reported by Khalil Zhani on 2018-02-20
Medium CVE-2018-6103: UI spoof in Permissions. Reported by Khalil Zhani on 2018-02-24
Medium CVE-2018-6104: URL spoof in Omnibox. Reported by Khalil Zhani on 2018-03-08
Medium CVE-2018-6105: URL spoof in Omnibox. Reported by Khalil Zhani on 2018-01-18
Medium CVE-2018-6106: Incorrect handling of promises in V8. Reported by lokihardt of Google Project Zero on 2018-01-25
Medium CVE-2018-6107: URL spoof in Omnibox. Reported by Khalil Zhani on 2018-02-02
Medium CVE-2018-6108: URL spoof in Omnibox. Reported by Khalil Zhani on 2018-02-27
Low CVE-2018-6109: Incorrect handling of files by FileAPI. Reported by Dominik Weber (@DoWeb_) on 2017-04-10
Low CVE-2018-6110: Incorrect handling of plaintext files via file:// . Reported by Wenxiang Qian (aka blastxiang) on 2017-10-24
Low CVE-2018-6111: Heap-use-after-free in DevTools. Reported by Khalil Zhani on 2017-11-02
Low CVE-2018-6112: Incorrect URL handling in DevTools. Reported by Rob Wu on 2017-12-29
Low CVE-2018-6113: URL spoof in Navigation. Reported by Khalil Zhani on 2018-01-25
Low CVE-2018-6114: CSP bypass. Reported by Lnyas Zhang on 2018-02-13
Low CVE-2018-6115: SmartScreen bypass in downloads. Reported by James Feher on 2018-03-07
Low CVE-2018-6116: Incorrect low memory handling in WebAssembly. Reported by Jin from Chengdu Security Response Center of Qihoo 360 Technology Co. Ltd. on 2018-03-15
Low CVE-2018-6117: Confusing autofill settings. Reported by Spencer Dailey on 2018-03-15
Low CVE-2018-6084: Incorrect use of Distributed Objects in Google Software Updater on MacOS. Reported by Ian Beer of Google Project Zero on 2018-03-15
2018-04-21 14:57:45 +02:00
Markus Hauck
294f823146 gphoto2: 2.5.15 -> 2.5.17 2018-04-21 14:41:43 +02:00
Jörg Thalheim
f3fd4fc754
Merge pull request #39205 from r-ryantm/auto-update/peek
peek: 1.3.0 -> 1.3.1
2018-04-21 13:14:52 +01:00
Jörg Thalheim
680b16ee86 peek: add ffmpeg to PATH 2018-04-21 13:14:07 +01:00
Jörg Thalheim
9d0e081e76
Merge pull request #39212 from xeji/qemu-ga
qemu: add separate output "ga" for qemu-ga guest agent
2018-04-21 12:50:52 +01:00
Jörg Thalheim
f925ec0d4a
Merge pull request #39298 from rvolosatovs/update/mopidy-iris
mopidy-iris: 3.16.3 -> 3.17.1
2018-04-21 12:48:46 +01:00
Jörg Thalheim
749bb406b2
Merge pull request #39213 from r-ryantm/auto-update/mediainfo
mediainfo: 18.03 -> 18.03.1
2018-04-21 12:41:49 +01:00
Roman Volosatovs
c6ce9c3c26
mopidy-iris: 3.16.3 -> 3.17.1 2018-04-21 13:40:01 +02:00
Jörg Thalheim
dae520dec9
Merge pull request #39215 from r-ryantm/auto-update/multimon-ng
multimon-ng: 1.1.4 -> 1.1.5
2018-04-21 12:30:35 +01:00
Jörg Thalheim
4c157959b9
Merge pull request #39239 from r-ryantm/auto-update/gqrx
gqrx: 2.11.2 -> 2.11.4
2018-04-21 12:19:54 +01:00
Jörg Thalheim
4d1ead8dc8
Merge pull request #39240 from r-ryantm/auto-update/flacon
flacon: 4.0.0 -> 4.1.0
2018-04-21 12:04:06 +01:00
Jörg Thalheim
3d957f0414
Merge pull request #39256 from r-ryantm/auto-update/cli-visualizer
cli-visualizer: 1.6 -> 1.7
2018-04-21 11:42:34 +01:00
Jörg Thalheim
f27b83fd7e
Merge pull request #39244 from r-ryantm/auto-update/focuswriter
focuswriter: 1.6.11 -> 1.6.12
2018-04-21 11:40:38 +01:00
Jörg Thalheim
255a833e84
Merge pull request #39271 from r-ryantm/auto-update/chirp-daily
chirp: 20180325 -> 20180412
2018-04-21 10:32:18 +01:00
Dirk Lemstra
5d3c7ff2e1 Fixed repo for ImageMagick 6 (#39276) 2018-04-21 10:42:57 +02:00
Robert Schütz
09dfb91f9b
Merge pull request #39283 from dywedir/feh
feh: 2.25.1 -> 2.26
2018-04-21 10:12:20 +02:00
Matthew Justin Bauer
0d8e415d6b
Merge pull request #38969 from vbgl/coq-findlib
coq: fix installation of OCaml libraries
2018-04-20 18:02:52 -05:00
Tim Steinbach
0ce3be7872
Merge pull request #39279 from r-ryantm/auto-update/atom
atom: 1.25.1 -> 1.26.0
2018-04-20 18:06:31 -04:00
Joachim F
88c4fa27df
Merge pull request #39250 from r-ryantm/auto-update/electrum
electrum: 3.1.1 -> 3.1.3
2018-04-20 21:53:32 +00:00
Vladyslav Mykhailichenko
63de21fba1 feh: 2.25.1 -> 2.26 2018-04-20 23:33:01 +03:00
R. RyanTM
19742d0baf atom: 1.25.1 -> 1.26.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm -h’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm --help’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/apm help’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/atom help’ got 0 exit code
- ran ‘/nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0/bin/.atom-wrapped help’ got 0 exit code
- found 1.26.0 with grep in /nix/store/q560gnycgnl44jmldg5y2a9akg47q8kb-atom-1.26.0
- directory tree listing: https://gist.github.com/10c433ad7807e5aeaa581f442b89dd6c
2018-04-20 12:39:31 -07:00
Wout Mertens
77a1993b46
Merge pull request #38918 from gnidorah/gitweb
nixos/gitweb: add gitwebTheme option
2018-04-20 21:32:34 +02:00
R. RyanTM
a2e9a79c03 chirp: 20180325 -> 20180412
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 20180412 with grep in /nix/store/abbw3jd7qa65a0r689dnbrcfngk106p6-chirp-daily-20180412
- directory tree listing: https://gist.github.com/7b3f78dd8a3296dca074fbcc1ef9092c
2018-04-20 11:11:11 -07:00
James Kay
cf351f6389
atlassian-cli: init at 7.8.0 2018-04-20 19:01:35 +01:00
R. RyanTM
efffa4e392 jpegoptim: 1.4.5 -> 1.4.6 (#39229)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/c0w9l7rcn6kx098z11nx3x5q53dvcvmd-jpegoptim-1.4.6/bin/jpegoptim -h’ got 0 exit code
- ran ‘/nix/store/c0w9l7rcn6kx098z11nx3x5q53dvcvmd-jpegoptim-1.4.6/bin/jpegoptim --help’ got 0 exit code
- ran ‘/nix/store/c0w9l7rcn6kx098z11nx3x5q53dvcvmd-jpegoptim-1.4.6/bin/jpegoptim help’ got 0 exit code
- found 1.4.6 with grep in /nix/store/c0w9l7rcn6kx098z11nx3x5q53dvcvmd-jpegoptim-1.4.6
- directory tree listing: https://gist.github.com/ccc6411a2aca02d1769831b9c561f6b4
2018-04-20 19:32:54 +02:00
Bryan Richter
16bfd5a2be
vim: Set softtabstop in nix filetype plugin 2018-04-20 11:46:40 -04:00
Bryan Richter
94fd34a31b
vim: idiomatic nix filetype plugin
* Never modify tabstop. This causes incompatibilities with other
  utilities that expect tabs to always be 8 spaces.
* Add standard boilerplate for system-level filetype plugins.
2018-04-20 10:39:58 -04:00
R. RyanTM
9d8a8959e5 cli-visualizer: 1.6 -> 1.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/mjifmz701jz9zxicim6wqgjgvjrhm47f-cli-visualizer-1.7/bin/vis -h’ got 0 exit code
- ran ‘/nix/store/mjifmz701jz9zxicim6wqgjgvjrhm47f-cli-visualizer-1.7/bin/vis --help’ got 0 exit code
- ran ‘/nix/store/mjifmz701jz9zxicim6wqgjgvjrhm47f-cli-visualizer-1.7/bin/.vis-wrapped -h’ got 0 exit code
- ran ‘/nix/store/mjifmz701jz9zxicim6wqgjgvjrhm47f-cli-visualizer-1.7/bin/.vis-wrapped --help’ got 0 exit code
- found 1.7 with grep in /nix/store/mjifmz701jz9zxicim6wqgjgvjrhm47f-cli-visualizer-1.7
- directory tree listing: https://gist.github.com/544d33e8edd7362d66363d64c8cabf80
2018-04-20 07:22:17 -07:00
R. RyanTM
951d6a9f93 inboxer: 1.0.4 -> 1.1.2 (#39233)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.1.2 with grep in /nix/store/dbk6jvgi9kc56yh5grh1d3yndcwd0965-inboxer-1.1.2
- directory tree listing: https://gist.github.com/fd594eb2f8f8083359d8736e32edee72
2018-04-20 16:03:24 +02:00
R. RyanTM
7ff5880dee electrum: 3.1.1 -> 3.1.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/.electrum-wrapped -h’ got 0 exit code
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/.electrum-wrapped --help’ got 0 exit code
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/.electrum-wrapped help’ got 0 exit code
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/electrum -h’ got 0 exit code
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/electrum --help’ got 0 exit code
- ran ‘/nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3/bin/electrum help’ got 0 exit code
- found 3.1.3 with grep in /nix/store/lwp0yd15d73bsnq54za1v9df8r8ryl9s-electrum-3.1.3
- directory tree listing: https://gist.github.com/db75e500a00674c62bfac3e757b1721c
2018-04-20 06:52:00 -07:00
Tristan Helmich
2d44db519e grepcidr: init at 2.0 (#38685) 2018-04-20 15:40:28 +02:00
R. RyanTM
6809540815 focuswriter: 1.6.11 -> 1.6.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.6.12 with grep in /nix/store/5vxpci5k243yxhrks31rfgmdvcmw01cz-focuswriter-1.6.12
- directory tree listing: https://gist.github.com/fe69e568c10ec79e4eaa27180b24e4c0
2018-04-20 06:25:38 -07:00
R. RyanTM
ef433059a0 flacon: 4.0.0 -> 4.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/0m9jr6wv7w3imscxq1lha4q9nrajj7xx-flacon-4.1.0/bin/flacon -h’ got 0 exit code
- ran ‘/nix/store/0m9jr6wv7w3imscxq1lha4q9nrajj7xx-flacon-4.1.0/bin/flacon --help’ got 0 exit code
- ran ‘/nix/store/0m9jr6wv7w3imscxq1lha4q9nrajj7xx-flacon-4.1.0/bin/.flacon-wrapped -h’ got 0 exit code
- ran ‘/nix/store/0m9jr6wv7w3imscxq1lha4q9nrajj7xx-flacon-4.1.0/bin/.flacon-wrapped --help’ got 0 exit code
- found 4.1.0 with grep in /nix/store/0m9jr6wv7w3imscxq1lha4q9nrajj7xx-flacon-4.1.0
- directory tree listing: https://gist.github.com/5db6cc1fd7c7f049d13a305eb9ab5199
2018-04-20 05:49:44 -07:00
R. RyanTM
143bc7f9d7 gqrx: 2.11.2 -> 2.11.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/gqrx/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.11.4 with grep in /nix/store/2gi018m21h77clr23y8a294baz3fq5ka-gqrx-2.11.4
- directory tree listing: https://gist.github.com/303e59b969c4ee9b391f0431db675b0a
2018-04-20 05:23:11 -07:00
R. RyanTM
308d18f14f qmapshack: 1.10.0 -> 1.11.1 (#39193)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1/bin/qmt_rgb2pct -h’ got 0 exit code
- ran ‘/nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1/bin/qmt_rgb2pct --help’ got 0 exit code
- ran ‘/nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1/bin/qmt_map2jnx -h’ got 0 exit code
- ran ‘/nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1/bin/qmt_map2jnx --help’ got 0 exit code
- ran ‘/nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1/bin/qmt_map2jnx help’ got 0 exit code
- found 1.11.1 with grep in /nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1
- directory tree listing: https://gist.github.com/1823f811dd1c8c3b648af3fc29d40605
2018-04-20 11:50:26 +02:00
R. RyanTM
0307ce3d0e multimon-ng: 1.1.4 -> 1.1.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.1.5 with grep in /nix/store/x3cfglkwjspjg0gv4vlalwzw7wykp2p3-multimon-ng-1.1.5
- directory tree listing: https://gist.github.com/f266692b50ec442e1bb40052b1440be8
2018-04-20 02:38:35 -07:00
R. RyanTM
42d543d329 mediainfo: 18.03 -> 18.03.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/mediainfo/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/jw7xbadzlavx5k13ij9686f8cyylbhyz-mediainfo-18.03.1/bin/mediainfo -h’ got 0 exit code
- ran ‘/nix/store/jw7xbadzlavx5k13ij9686f8cyylbhyz-mediainfo-18.03.1/bin/mediainfo --help’ got 0 exit code
- ran ‘/nix/store/jw7xbadzlavx5k13ij9686f8cyylbhyz-mediainfo-18.03.1/bin/mediainfo --version’ and found version 18.03.1
- found 18.03.1 with grep in /nix/store/jw7xbadzlavx5k13ij9686f8cyylbhyz-mediainfo-18.03.1
- directory tree listing: https://gist.github.com/1f4582abcedfafe5a1c8e26b5a4af4f9
2018-04-20 02:28:58 -07:00
xeji
5be6943696 qemu: add separate output for qemu-ga guest agent 2018-04-20 11:05:50 +02:00
R. RyanTM
558464b8cb peek: 1.3.0 -> 1.3.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/peek/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/6qsj0hw5vl2i0398i0y2n9jjg0l28mz5-peek-1.3.1/bin/peek -h’ got 0 exit code
- ran ‘/nix/store/6qsj0hw5vl2i0398i0y2n9jjg0l28mz5-peek-1.3.1/bin/peek --help’ got 0 exit code
- ran ‘/nix/store/6qsj0hw5vl2i0398i0y2n9jjg0l28mz5-peek-1.3.1/bin/.peek-wrapped -h’ got 0 exit code
- ran ‘/nix/store/6qsj0hw5vl2i0398i0y2n9jjg0l28mz5-peek-1.3.1/bin/.peek-wrapped --help’ got 0 exit code
- found 1.3.1 with grep in /nix/store/6qsj0hw5vl2i0398i0y2n9jjg0l28mz5-peek-1.3.1
- directory tree listing: https://gist.github.com/d9ae1da7a87a6e5703b8ef273d0bab8a
2018-04-20 01:18:54 -07:00
R. RyanTM
7d22bbe671 picard-tools: 2.18.1 -> 2.18.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/picard-tools/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.18.2 with grep in /nix/store/sp6gc6c6knpvpsmfdx8074qclcsgs931-picard-tools-2.18.2
- directory tree listing: https://gist.github.com/114857d15222eccda94501b5a871fb24
2018-04-20 00:44:45 -07:00
R. RyanTM
8929690cd1 singularity: 2.4.5 -> 2.4.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/0rcn1kn4j7rmr0qn314g28vpa4xf230d-singularity-2.4.6/bin/singularity -h’ got 0 exit code
- ran ‘/nix/store/0rcn1kn4j7rmr0qn314g28vpa4xf230d-singularity-2.4.6/bin/singularity --help’ got 0 exit code
- ran ‘/nix/store/0rcn1kn4j7rmr0qn314g28vpa4xf230d-singularity-2.4.6/bin/singularity help’ got 0 exit code
- found 2.4.6 with grep in /nix/store/0rcn1kn4j7rmr0qn314g28vpa4xf230d-singularity-2.4.6
- directory tree listing: https://gist.github.com/e2f21872e885760acf461b07dd5b4f86
2018-04-20 00:28:23 -07:00
R. RyanTM
8defac9e45 qmmp: 1.2.0 -> 1.2.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/qmmp/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.2.1 with grep in /nix/store/bdsg5rzda3rj5k535f56rkbjwsqy4h07-qmmp-1.2.1
- directory tree listing: https://gist.github.com/fed0e3b824b6157facab85accd329d15
2018-04-19 23:55:53 -07:00
Daiderd Jordan
d7d692778c
Merge pull request #39173 from knedlsepp/enable-xskat-darwin
Enable some imake builds on darwin
2018-04-20 08:37:19 +02:00
R. RyanTM
f110d54c72 safeeyes: 2.0.2 -> 2.0.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/gzc1ivdll8xp7mx7ii0l9xkhfjzw872a-safeeyes-2.0.5/bin/safeeyes -h’ got 0 exit code
- ran ‘/nix/store/gzc1ivdll8xp7mx7ii0l9xkhfjzw872a-safeeyes-2.0.5/bin/safeeyes --help’ got 0 exit code
- found 2.0.5 with grep in /nix/store/gzc1ivdll8xp7mx7ii0l9xkhfjzw872a-safeeyes-2.0.5
- directory tree listing: https://gist.github.com/748ac5c50858dc7c1d5736104b8970b3
2018-04-19 23:15:07 -07:00
R. RyanTM
42f2bd3a5d xmr-stak: 2.3.0 -> 2.4.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/xdp6rb1bvdmpkd77vbqq8dq175dfvrvl-xmr-stak-2.4.3/bin/xmr-stak -h’ got 0 exit code
- ran ‘/nix/store/xdp6rb1bvdmpkd77vbqq8dq175dfvrvl-xmr-stak-2.4.3/bin/xmr-stak --help’ got 0 exit code
- found 2.4.3 with grep in /nix/store/xdp6rb1bvdmpkd77vbqq8dq175dfvrvl-xmr-stak-2.4.3
- directory tree listing: https://gist.github.com/ba044f08ae439ad36ac7e143f14e0fb0
2018-04-19 22:07:39 -07:00
Matthew Justin Bauer
1bba16fe19
Merge pull request #38692 from r-ryantm/auto-update/weston
weston: 3.0.0 -> 4.0.0
2018-04-19 23:31:24 -05:00
Josef Kemetmüller
625fa4dfe8 gv: enable darwin build 2018-04-20 01:20:05 +02:00
Josef Kemetmüller
ac02a1348f oneko: enable darwin build 2018-04-20 01:08:23 +02:00
Michael Weiss
7c8200811b jekyll: 3.7.3 -> 3.8.0
And add an update script.
2018-04-19 23:15:20 +02:00
Michael Weiss
5131977f1b gns3Packages.{server,gui}{Stable,Preview}: 2.1.4 -> 2.1.5 2018-04-19 22:34:32 +02:00
adisbladis
19bc90f911
bazaar: Fix CVE-2017-14176 2018-04-20 02:07:37 +08:00
Matthew Justin Bauer
48c24a8b6b
Merge pull request #38644 from magnetophon/faust
faust: add more faust2appl scripts
2018-04-19 13:04:56 -05:00
worldofpeace
754b30ef00 wire-desktop: init at 3.0.2816 2018-04-19 13:50:35 -04:00
xeji
b3d50c7afa shogun: disable paralllel building
... to avoid sporadic failures
2018-04-19 12:27:00 -05:00
Matthew Justin Bauer
6548559061
Merge pull request #38656 from krav/master
sleepyhead: init at 1.0.0-beta
2018-04-19 12:20:52 -05:00
Matthew Justin Bauer
1bb28f26e8
Merge pull request #38810 from timokau/giac-improvements
giac: enable checks, separate outputs
2018-04-19 12:03:53 -05:00
Bjørn Forsman
8a5b142545 shutter: add missing dependencies for Screenshot->Export (Ctrl+U) support
However, none of the exporters I tried actually _worked_, but now
shutter at least returns an error to the user (pop-up UI element)
instead of silently hanging and only leaving messages on stdout/stderr
about the missing deps.

AFAICS, this changes the failure of Screenshot->Export functionality
from a packaging bug to an application bug (upstream).
2018-04-19 19:02:58 +02:00
Matthew Justin Bauer
a5b8b2e0cf
Merge pull request #38970 from thorstenweber83/add-pkg-fstl
fstl: init at 0.9.3
2018-04-19 12:01:54 -05:00
Matthew Justin Bauer
8273d97128
Merge pull request #38983 from scolobb/icicles-bump
icicles: 2017-10-28 -> 2018-04-16
2018-04-19 12:01:32 -05:00
nocent
4959111f30 bonzomatic: init at 2018-03-29 2018-04-19 19:01:26 +02:00
Matthew Justin Bauer
c9a3d91959
Merge pull request #39021 from pbogdan/vlc-obsolete-argument
vlc: drop unused onlyLibVLC argument
2018-04-19 12:01:11 -05:00
Matthew Justin Bauer
78cfa7bbd0
Merge pull request #38976 from volth/patch-124
tixati: 2.55 -> 2.57
2018-04-19 11:59:15 -05:00
geistesk
cd79136c06 slstatus: unstable-2018-03-21 -> unstable-2018-04-16 2018-04-19 11:58:25 +02:00
geistesk
fa3f620256 farbfeld, sent: wrap PATH for 2ff and sent 2018-04-19 11:51:06 +02:00
geistesk
06a9f14c17 et: 0.1 -> 0.1.1 2018-04-19 11:13:52 +02:00
Timo Kaufmann
ddb7c0e930 lrcalc: init at 1.2 (#38755) 2018-04-19 08:42:06 +02:00
lewo
1c0595f780
Merge pull request #39089 from ciil/rstudio-update
rstudio: 1.1.423 -> 1.1.442
2018-04-19 08:12:56 +02:00
Matthew Justin Bauer
853529b2ea
Merge pull request #38740 from r-ryantm/auto-update/cytoscape
cytoscape: 3.6.0 -> 3.6.1
2018-04-18 22:20:04 -05:00
Matthew Justin Bauer
d54078f046
Merge pull request #38743 from r-ryantm/auto-update/bitcoin-abc
altcoins.bitcoin-abc: 0.16.2 -> 0.17.0
2018-04-18 22:16:59 -05:00
Matthew Justin Bauer
117b79d2bf
Merge pull request #38697 from r-ryantm/auto-update/scantailor-advanced
scantailor-advanced: 1.0.12 -> 1.0.14
2018-04-18 22:01:05 -05:00
Matthew Justin Bauer
22639dbdf7
Merge pull request #38661 from jbboehr/ethereum-mist-browser-master
altcoins.mist: init at 0.10.0
2018-04-18 22:00:34 -05:00
Peter Hoeg
da4695009c freerdp: 2.0.0-rc1 -> 2.0.0-rc2 2018-04-19 10:31:19 +08:00
Dmitry Kalinkin
3b69e6ef1a
sherpa: 2.2.4 -> 2.2.5 2018-04-18 15:34:23 -04:00
Anton-Latukha
9b4b21c6ab handbrake: refactor (fx, clenup, description, cosmetics, add maintainer) 2018-04-18 21:16:02 +03:00
Alexander Krupenkin
44342f139e
parity-beta: 1.10.0 -> 1.10.1 2018-04-18 17:09:57 +03:00
Alexander Krupenkin
efe25f416c
parity: 1.9.5 -> 1.9.6 2018-04-18 17:09:48 +03:00
Vincent Laporte
76a43d765c coq: 8.8+beta1 -> 8.8.0 2018-04-18 14:37:04 +02:00
Jason Legler
b50e628b15 bitwigstudio2: 2.3.1 -> 2.3.2 2018-04-17 20:51:05 -06:00
Tim Steinbach
7a424800a0
rkt: 1.29.0 -> 1.30.0 2018-04-17 20:41:08 -04:00
Jörg Thalheim
d60a4a3b05
Merge pull request #38978 from samueldr/dbeaver/5.0.3
dbeaver: 5.0.2 -> 5.0.3
2018-04-18 00:37:33 +01:00
Jörg Thalheim
5cfeb46791
Merge pull request #39028 from r-ryantm/auto-update/xterm
xterm: 331 -> 332
2018-04-17 23:36:37 +01:00
Jörg Thalheim
ad77d624a1
Merge pull request #39039 from r-ryantm/auto-update/pqiv
pqiv: 2.10.2 -> 2.10.3
2018-04-17 23:14:05 +01:00
Simon Lackerbauer
0743c349ce
rstudio: 1.1.423 -> 1.1.442 2018-04-17 23:24:49 +02:00
Jörg Thalheim
b1bdcfff58
Merge pull request #39059 from mdorman/semi-automated-emacs-package-updates
Semi-automated emacs package updates
2018-04-17 22:02:40 +01:00
Jörg Thalheim
6090c946f9
Merge pull request #38738 from mguentner/i3pystatus_unstable
i3pystatus: 3.35 -> unstable
2018-04-17 21:57:39 +01:00
Matthew Bauer
1592e03aba treewide: rename bad filenames
Most of these can easily be moved to subdirectories of other
directories. This helps reduce clutter in the main trees.
2018-04-17 15:42:25 -05:00
Jörg Thalheim
d3cd910ee0
Merge pull request #39067 from KingOfThePirates/patch-1
simplenote: 1.0.6 -> 1.1.3
2018-04-17 21:06:48 +01:00
Jörg Thalheim
d308ac9233
Merge pull request #39064 from r-ryantm/auto-update/frostwire
frostwire-bin: 6.6.3 -> 6.6.5
2018-04-17 20:26:28 +01:00
Jörg Thalheim
82faf2a40b
Merge pull request #39065 from r-ryantm/auto-update/edbrowse
edbrowse: 3.7.2 -> 3.7.3
2018-04-17 20:24:54 +01:00
Anton Latukha
7e31e4554f handbrake: switch to libav_12 (#38811) 2018-04-17 20:00:23 +01:00
Daiderd Jordan
d020809398
Merge pull request #39027 from mpickering/qgis-darwin-liblas
grass: Compile with libLAS
2018-04-17 20:57:51 +02:00
Matthew Bauer
52893d5276 treewide: move "extensions" drvs to dir
This cleans up the tree for pkgs/applications somewhat. Should not
change any hashes.
2018-04-17 13:50:49 -05:00
gnidorah
9029ed933c nixos/gitweb: add gitwebTheme option 2018-04-17 20:07:01 +03:00
Matthew Justin Bauer
88098d58f2
Merge pull request #38701 from r-ryantm/auto-update/samtools
samtools: 1.7 -> 1.8
2018-04-17 12:03:42 -05:00
Michael Weiss
9cb0b49673 signal-desktop-beta: Mark as broken (really outdated) 2018-04-17 18:26:53 +02:00
Michael Weiss
b500edc44c quiterss: 0.18.9 -> 0.18.10 2018-04-17 18:16:23 +02:00
Michael Weiss
085e894de5 androidStudioPackages.{dev,canary}: 3.2.0.9 -> 3.2.0.10 2018-04-17 18:03:16 +02:00
Matthew Justin Bauer
ff540b8c50
Merge pull request #36407 from alesguzik/update-bitwig
bitwig-studio2: update version 2.2.2 -> 2.3.1
2018-04-17 10:54:41 -05:00
Matthew Justin Bauer
2f0f9b4d0f
Merge pull request #37512 from MHOOO/patch-1
Fix spark scripts that use dirname
2018-04-17 10:41:12 -05:00
Matthew Justin Bauer
1ec5b0389d
Merge pull request #36582 from ryantm/auto-update/gromacs
gromacs: 4.6.7 -> 2018
2018-04-17 10:38:06 -05:00
volth
9b87fbb130 processing3: init at 3.3.7 (#36851)
* processing3: init at 3.3.7

* processing: add _JAVA_OPTIONS -Dawt.useSystemAAFontSettings=lcd

it uses own ttf fonts which expect antialiasing
2018-04-17 10:24:47 -05:00
Matthew Justin Bauer
14fe73b594
Merge pull request #37109 from ryantm/auto-update/sawfish
sawfish: 1.12.0 -> 1.12.90
2018-04-17 10:16:55 -05:00
Matthew Justin Bauer
0418f5ee65
Merge pull request #38321 from jensbin/openshift_mount_fix
openshift: Fix binary paths for oc cluster up to work
2018-04-17 10:11:07 -05:00
Matthew Justin Bauer
186ec06af9
Merge pull request #38650 from sondr3/gitea-1.4.0
gitea: 1.3.3 -> 1.4.0
2018-04-17 10:04:52 -05:00
Matthew Justin Bauer
80facf99da
Merge pull request #38189 from r-ryantm/auto-update/palemoon
palemoon: 27.8.0 -> 27.8.3
2018-04-17 09:57:06 -05:00
Matthew Justin Bauer
210d47471b
Merge pull request #38152 from pbogdan/gmtp-datapath
gmtp: pass --datapath in the wrapper
2018-04-17 09:56:46 -05:00
Matthew Justin Bauer
3207b7e71d
Merge pull request #38311 from qfjp/submit/finch-fix
Use lib/purple-2 directory instead of lib/pidgin
2018-04-17 09:55:00 -05:00
Peter Hoeg
5b3c2b189b
Merge pull request #38828 from luke-clifton/ipfs-update
ipfs: 0.4.13 -> 0.4.14
2018-04-17 14:23:01 +00:00
Peter Hoeg
9131f2d005 virtmanager-qt: 0.52.80 -> 0.60.88 2018-04-17 22:11:25 +08:00
Jörg Thalheim
493ef304a0 i3pystatus: set LC_TIME by default 2018-04-17 16:06:07 +02:00
Maximilian Güntner
c3cbff3a8a i3pystatus: 3.35 -> unstable 2018-04-17 16:06:06 +02:00
Jörg Thalheim
5dc7a70f65
Merge pull request #38589 from badi/tlatools
Add TLAPS and TLA+ Toolbox
2018-04-17 14:51:35 +01:00
Gol D. Roger
287ffb6950
simplenote: 1.0.6 -> 1.1.3
Upstream release, resulting in 4 changes:
1. url
2. version
3. sha
4. xorg.libxcb (same problem and same solution as spotify. see https://github.com/NixOS/nixpkgs/issues/24448)
2018-04-17 07:39:43 -05:00
Thomas Tuegel
d3c5aa50f8
Merge pull request #39018 from xeji/p/mbox-importer
kdeApplications.mbox-importer: fix hydra build
2018-04-17 07:35:58 -05:00
R. RyanTM
8e5088593f edbrowse: 3.7.2 -> 3.7.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.7.3 with grep in /nix/store/w057l445jk9l35d2z1pql5jwcp1p1y0y-edbrowse-3.7.3
- directory tree listing: https://gist.github.com/8e186ea226866b6eec7612e33cf13c32
2018-04-17 05:30:26 -07:00
R. RyanTM
d4cc20c0cc frostwire-bin: 6.6.3 -> 6.6.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 6.6.5 with grep in /nix/store/6cgry9k7i6ni9a7axglsm5akmibryimi-frostwire-6.6.5
- directory tree listing: https://gist.github.com/e29014b6db646e0dd934f79b2e387703
2018-04-17 05:07:21 -07:00
Jörg Thalheim
f21e931c98
Merge pull request #38930 from xeji/qemu-gtk
qemu: add option to build with gtk support
2018-04-17 12:44:56 +01:00
Vladimír Čunát
db071c4d1d
Merge #38702: Mark packages as broken (ZHF) 2018-04-17 13:36:20 +02:00
Michael Alan Dorman
529e7cf070 fold-dwim-org: mark broken
missing upstream dependency
2018-04-17 07:09:15 -04:00
Michael Alan Dorman
6515df0258 melpa-packages: 2018-04-16
Removals:
 - ido-ubiquitous: removed from melpa
2018-04-17 07:08:58 -04:00
Michael Alan Dorman
4ec912fc11 melpa-stable-packages: 2018-04-16
Removals:
 - ido-ubiquitous: removed from melpa
2018-04-17 07:08:58 -04:00
Michael Alan Dorman
ee8b9d92b5 org-packages: 2018-04-16 2018-04-17 07:08:57 -04:00
Michael Alan Dorman
3aefd6c94e elpa-packages: 2018-04-16 2018-04-17 07:08:57 -04:00
xeji
223aad2053 kdeApplications.mbox-importer: fix hydra build
build failed with "log limit exceeded", disable verbose logging
2018-04-17 12:35:28 +02:00
Jason Hilton
577bbdc501 grass: compile with libLAS 2018-04-17 09:29:02 +01:00
R. RyanTM
21059a1920 pqiv: 2.10.2 -> 2.10.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/1a0aav46qsmi791vj57cn12hlzsra59l-pqiv-2.10.3/bin/pqiv -h’ got 0 exit code
- ran ‘/nix/store/1a0aav46qsmi791vj57cn12hlzsra59l-pqiv-2.10.3/bin/pqiv --help’ got 0 exit code
- found 2.10.3 with grep in /nix/store/1a0aav46qsmi791vj57cn12hlzsra59l-pqiv-2.10.3
- directory tree listing: https://gist.github.com/bbde9f259adf44f69b8dfc44689b1e49
2018-04-16 21:16:36 -07:00
Badi Abdul-Wahid
c4ef846c92
tlaplusToolbox: init at 1.5.6 2018-04-16 22:18:47 -04:00
Badi Abdul-Wahid
d14a476054
tlaps: init at 1.4.3 2018-04-16 21:18:42 -04:00
R. RyanTM
ea055a3608 xterm: 331 -> 332
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/koi8rxterm -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/koi8rxterm help’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/uxterm -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/uxterm help’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/xterm -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/xterm help’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.xterm-wrapped -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.xterm-wrapped help’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.koi8rxterm-wrapped -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.koi8rxterm-wrapped help’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.uxterm-wrapped -h’ got 0 exit code
- ran ‘/nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332/bin/.uxterm-wrapped help’ got 0 exit code
- found 332 with grep in /nix/store/z5digwa447rm08z7y1krc13km16lqwnl-xterm-332
- directory tree listing: https://gist.github.com/d4955919bb8d06a92848a3ca009f26e9
2018-04-16 18:10:02 -07:00
Gol D. Roger
f72a80ae69
hyper: 1.4.8 -> 2.0.0 2018-04-16 18:15:08 -05:00
Piotr Bogdan
729e3b8844 vlc: drop unused onlyLibVLC argument
nothing within nixpkgs uses this and the package doesn't actually build if it's
supplied.
2018-04-16 23:27:30 +01:00
Yegor Timoshenko
5016060550
Merge pull request #39011 from rvolosatovs/update/mopidy-iris
mopidy-iris: 3.14.2 -> 3.16.3
2018-04-16 21:05:54 +00:00
Yegor Timoshenko
463a2284ce
mopidy-iris: add tornado to dependencies 2018-04-16 20:59:37 +00:00
Daiderd Jordan
6f416dc5d3
Merge pull request #38826 from vbgl/darwin-yosys
yosys: fix build on darwin
2018-04-16 21:12:35 +02:00
Yegor Timoshenko
c385ad455e
Merge pull request #39004 from clefru/emacs-pkgs
Remove overrides for dead emacs packages.
2018-04-16 19:12:29 +00:00
Thorsten Weber
a4f8090fbe fstl: init at 0.9.3 2018-04-16 19:59:05 +02:00
Roman Volosatovs
1f230af96f
mopidy-iris: 3.14.2 -> 3.16.3 2018-04-16 19:56:23 +02:00
Clemens Fruhwirth
3476b4c7d7 Remove overrides for dead emacs packages. 2018-04-16 14:32:07 +02:00
adisbladis
195d5679e8
Merge pull request #38986 from scode/scode/signal-171-update
signal-desktop: 0.7.0 -> 0.7.1
2018-04-16 20:12:43 +08:00
Vincent Laporte
dc4a8435f0
symbiyosys: larger meta.platforms 2018-04-16 11:47:48 +00:00
Jan Tojnar
bd4ad008dd
sublime3-dev: 3161 → 3162 2018-04-16 13:06:38 +02:00
Jörg Thalheim
5ad99e6b05 firefox-bin: add hint on how to update 2018-04-16 11:38:04 +01:00
Robert Schütz
231e8e2a34 ghostwriter: 1.6.1 -> 1.6.2 2018-04-16 07:57:12 +02:00
Peter Schuller
70588bc82e signal-desktop: 0.7.0 -> 0.7.1 2018-04-15 21:19:20 -07:00
Sergiu Ivanov
dec5e5a602 icicles: 2017-10-28 -> 2018-04-16 2018-04-16 02:00:29 +02:00
Samuel Dionne-Riel
8c3ef5e680 dbeaver: 5.0.2 -> 5.0.3 2018-04-15 18:47:38 -04:00
volth
fa9359110b
tixati: 2.55 -> 2.57 2018-04-15 21:38:32 +00:00
xeji
10149ef5e3 qemu: add option to build with gtk support 2018-04-15 23:31:42 +02:00
Jörg Thalheim
93955070c8
Merge pull request #38953 from rittelle/kalarm
kalarm: init
2018-04-15 19:56:26 +01:00
Jörg Thalheim
fb9d7e0aa0
Merge pull request #38902 from Ekleog/nheko-0.3.1
nheko: 0.3.0 -> 0.3.1
2018-04-15 19:54:55 +01:00
Jörg Thalheim
65ac7f8685
Merge pull request #38965 from thorstenweber83/slic3r-prusa3d-update-dependencies
slic3r-prusa3d: fix build
2018-04-15 19:46:40 +01:00
Jan Tojnar
cee2c50748
celestia: clean up 2018-04-15 17:21:23 +02:00
Jan Tojnar
cfee336c89
k3d: clean up 2018-04-15 17:21:23 +02:00
Thorsten Weber
c8977cdadf slic3r-prusa3d: fix build
before #ffe86fe949199ebe0e5610c74230edf60a05ae8d
perlPackages.ModuleBuildWithXSpp and perlPackages.ExtUtilsTypemapsDefault
seem to have been implicitly provided by perlPackages.MathClipper
2018-04-15 15:21:43 +02:00
Jan Tojnar
fdc21ac57a
terminator: clean up 2018-04-15 14:17:47 +02:00
Jan Tojnar
8416cd0326
kazam: 1.4.3 → 1.4.5 2018-04-15 13:45:01 +02:00
Vincent Laporte
caec7dbb9f
coq: fix installation of OCaml libraries 2018-04-15 11:24:17 +00:00
Vincent Laporte
5f97adccdc
coq: move some attributes inside passthru 2018-04-15 11:24:17 +00:00
S. Nordin Abouzahra
92f0d31b94
purple-discord: init at 2018-04-10 2018-04-15 11:20:23 +02:00
Gabriel Ebner
1b480c8538
Merge pull request #38955 from matthiasbeyer/update-mutt
mutt: 1.9.4 -> 1.9.5
2018-04-15 10:13:16 +02:00
Gabriel Ebner
d1591a841c alacritty: add libGL to rpath
libGL.so is no longer in LD_LIBRARY_PATH since #37369
2018-04-15 10:07:26 +02:00
Michael Raskin
e471376982 libreoffice: wrapper: apparently session bus for DBus is enough, and adding a local system bus when a session bus is present makes things worse 2018-04-15 08:33:42 +02:00
Matthias Beyer
792c99df34 mutt: 1.9.4 -> 1.9.5 2018-04-15 08:27:58 +02:00
rittelle
3af1374665
kalarm: init 2018-04-15 01:33:57 +02:00
Jan Tojnar
b5a19baf29
shotwell: 0.28.1 → 0.28.2 2018-04-15 00:36:04 +02:00
Jan Tojnar
1f9469feb4
guake: 3.1.0 → 3.2.0 2018-04-15 00:34:35 +02:00
R. RyanTM
3c574a458a asunder: 2.9.2 -> 2.9.3 (#38750)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.9.3 with grep in /nix/store/maiwh6l7wa8gyjhx1zlg8l8xwrczszr7-asunder-2.9.3
- directory tree listing: https://gist.github.com/5cfcd566e15079a73ab786533722d002
2018-04-14 21:41:27 +02:00