Commit Graph

110662 Commits

Author SHA1 Message Date
Benjamin Staffin
0a0f8d637d
prometheus-alertmanager: 0.9.1 -> 0.13.0 2018-01-25 17:41:25 -05:00
Francesc Elies Henar
783acc9525 aspellDicts.tr: init at 0.50 2018-01-25 22:32:44 +01:00
Spencer Baugh
4aab59165f google-chrome: remove "with" usage to simplify the expr
This "with" usage makes it trickier to track where the actual source
package of this derivation comes from. Remove that use of with to make
it a little easier to understand.
2018-01-25 20:59:39 +00:00
Herwig Hochleitner
7a2662569d chromium: 63.0.3239.132 -> 64.0.3282.119
CVE-2018-6031
CVE-2018-6032
CVE-2018-6033
CVE-2018-6034
CVE-2018-6035
CVE-2018-6036
CVE-2018-6037
CVE-2018-6038
CVE-2018-6039
CVE-2018-6040
CVE-2018-6041
CVE-2018-6042
CVE-2018-6043
CVE-2018-6045
CVE-2018-6046
CVE-2018-6047
CVE-2018-6048
CVE-2017-15420
CVE-2018-6049
CVE-2018-6050
CVE-2018-6051
CVE-2018-6052
CVE-2018-6053
CVE-2018-6054
2018-01-25 20:34:04 +01:00
Herwig Hochleitner
ea01365cff webkitgtk: 2.18.5 -> 2.18.6
CVE-2018-4088
CVE-2018-4096
CVE-2018-4089
CVE-2017-7153
CVE-2017-7160
CVE-2017-7161
CVE-2017-7165
CVE-2017-13884
CVE-2017-13885
2018-01-25 20:34:04 +01:00
Vincent Demeester
89f73ceda5 dep: 0.4.0 -> 0.4.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-01-25 20:08:25 +01:00
Robin Gloster
0fdd0964fe
aria2: 1.33.0 -> 1.33.1 2018-01-25 19:44:54 +01:00
Robin Gloster
0f9cf03432
aprutil: 1.6.0 -> 1.6.1 2018-01-25 19:35:46 +01:00
Robin Gloster
f7ff8d83ec
apr: 1.6.2 -> 1.6.3 2018-01-25 19:31:24 +01:00
Jan Tojnar
7fc2b096dc
Merge branch 'update/gthumb-3.6.0' 2018-01-25 15:58:04 +01:00
Tim Steinbach
3391266ee7
linux-copperhead: 4.14.14.a -> 4.14.15.a 2018-01-25 09:12:03 -05:00
Miguel Madrid Mencía
3f88d9dd33
gthumb: 3.5.3 -> 3.6.0 2018-01-25 14:51:11 +01:00
adisbladis
e401af5f98
Merge pull request #33718 from magnetophon/clipster
clipster: 1.4.1 -> 1.5.0
2018-01-25 18:38:53 +08:00
adisbladis
7a2d35d9db
Merge pull request #34119 from arcadio/master
igv: 2.3.98 -> 2.4.6
2018-01-25 18:33:49 +08:00
Samuel Leathers
efdb0983da
Merge pull request #34199 from arcadio/kallisto
kallisto: init at 0.43.1
2018-01-24 20:43:24 -07:00
adisbladis
83d5ce37aa
Merge pull request #34242 from rnhmjoj/citra
citra: 2017-07-26 -> 2018-01-24
2018-01-25 09:47:19 +08:00
adisbladis
52d2d62caa
Merge pull request #34243 from bachp/gitlab-runner-10.4.0
gitlab-runner: 10.3.0 -> 10.4.0
2018-01-25 09:38:44 +08:00
Vincent Demeester
39676b5b01
dep: 0.3.1 -> 0.4.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-01-24 15:48:55 -08:00
Daiderd Jordan
1dd284ceb5
rust: disable another fragile test 2018-01-24 23:06:10 +01:00
Pascal Bach
029e80a90b gitlab-runner: 10.3.0 -> 10.4.0 2018-01-24 22:38:57 +01:00
Graham Christensen
0e7a5207ec
Merge pull request #34206 from dtzWill/fix/moe-libcxx
moe: fix build w/libc++ using touchup from mailing list
2018-01-24 15:55:08 -05:00
rnhmjoj
d157794ff9
citra: 2017-07-26 -> 2018-01-24 2018-01-24 21:54:42 +01:00
Frederik Rietdijk
75f8ca8337
Merge pull request #34239 from mimadrid/update/slack-3.0.5
slack: 3.0.0 -> 3.0.5
2018-01-24 20:54:26 +00:00
Graham Christensen
0a66ee1bfe
Merge pull request #34121 from arcadio/parallel
parallel: 20171022 -> 20180122
2018-01-24 15:49:22 -05:00
Graham Christensen
b8419d5651
Merge pull request #34191 from dtzWill/fix/brotli-misc
brotli: tests, install man pages
2018-01-24 15:45:16 -05:00
Jan Tojnar
9b245b565e
Merge pull request #34185 from jonafato/gnome-shell-extension-pixel-saver
gnome-shell-extension-pixel-saver: init at 1.10
2018-01-24 20:22:16 +01:00
Benjamin Staffin
2d57426eed
linux-steam-integration: Append "Settings" to settings launcher menu item (#34020) 2018-01-24 13:26:48 -05:00
Will Dietz
0e95bed017 nix-prefetch-git: fix extraction of submodule hashes on latest git
Summary:

According to git-submodule manpage,
"git submodule status" prefixes the hash with a '-' if it is not
initialized, and other chars in other circumstances.
(this is consistent on the various git versions tested)

nix-prefetch-git runs "git submodule init" which does you'd think,
but apparently despite this earlier versions of git before 2.16
would still give the hash the '-' suffix.
In particular this is the behavior when using 2.15 and 2.14.1
from the nixos-17.09 and nixos-17.03 channels respectively.

The script then used awk to drop the first char of the first field
which does the wrong thing when there is no prefix emitted:
while there is a space character before the hash, this is not
part of the field and so we ended up eating the first character
of the hash.

To fix this in a way that also works with the previous behavior,
this commit instead uses awk to grab the hash field
and uses tr to delete any '-' chars should they be present.

This seems to work in my testing, and for example can now
successfully fetch the source for "nginxModules.brotli"
where previously it would generate an error:

fatal: '22564a95d9ab58865a096b8d9f7324ea5f2e03e' is not a commit and a branch 'fetchgit' cannot be created from it

(we dropped a '2' from the beginning of the hash)
2018-01-24 20:18:59 +02:00
Miguel Madrid Mencía
08c63e785c
slack: 3.0.0 -> 3.0.5 2018-01-24 19:18:58 +01:00
Bart Brouns
8f4a7f366d clipster: 1.4.1 -> 1.5.0 2018-01-24 19:05:02 +01:00
Jörg Thalheim
bb7e244531
Merge pull request #34144 from mnacamura/cdda-fix-share-dir
cataclysm-dda{,-git}: fix share directory
2018-01-24 17:39:51 +00:00
Jörg Thalheim
a3d6f38adf
Merge pull request #34116 from brown131/patch-1
Update hy to latest version
2018-01-24 17:02:14 +00:00
Arcadio Rubio García
a7333e9ced kallisto: init at 0.43.1 2018-01-24 16:16:46 +00:00
Arcadio Rubio García
72d675b23c star: init at 2.5.3a 2018-01-24 16:07:15 +00:00
Arcadio Rubio García
51f1460f80 parallel: 20171022 -> 20180122 2018-01-24 16:03:43 +00:00
adisbladis
f7dd6951aa
go: 1.9.2 -> 1.9.3 2018-01-24 23:00:26 +08:00
Peter Simons
9ffaa69da4
Merge pull request #34209 from LnL7/darwin-libR
R: fix dylib install_name on darwin
2018-01-24 12:59:07 +01:00
Jörg Thalheim
b0dd3a189d
Merge pull request #34219 from bkchr/googlemaps_fix_plugin_dir
googlemaps: Move the .so to the right location
2018-01-24 11:07:46 +00:00
Ioannis Koutras
b309103577 skrooge: 2.9.0 -> 2.10.5
fixes #34163
2018-01-24 10:56:54 +00:00
Bastian Köcher
bf14737288 googlemaps: Move the .so to the right location
Fixes Subsurface googlemaps plugin detection.
2018-01-24 11:39:02 +01:00
Peter
01941c5155 terminator: 1.0 -> 1.91 (#34218)
* terminator: 1.0 -> 1.91

* terminator: wrapGAppsHook is a native build input
2018-01-24 10:10:42 +00:00
adisbladis
a75160e25e
firefox-devedition-bin: 59.0b2 -> 59.0b3 2018-01-24 16:49:41 +08:00
adisbladis
cba40384c0
firefox-beta-bin: 58.0b16 -> 59.0b3 2018-01-24 16:49:40 +08:00
adisbladis
8fd86b86eb
Merge pull request #34200 from dtzWill/update/siege-4.0.4
siege: 4.0.2 -> 4.0.4
2018-01-24 16:25:58 +08:00
adisbladis
d0127fec09
Merge pull request #34196 from dotlambda/abcm2ps
abcm2ps: 8.13.18 -> 8.13.19
2018-01-24 16:24:49 +08:00
Frederik Rietdijk
02c8939f2e
Merge pull request #34146 from symphorien/fix-epkowa
Fix epkowa
2018-01-24 08:41:22 +01:00
Frederik Rietdijk
25e3e2d69d
Merge pull request #33626 from thanegill/rxpy-init
pythonPackages.rx: init at 1.6.0
2018-01-24 08:27:15 +01:00
Jörg Thalheim
976d17fb5e python.pkgs.astor: also disable some test on python2 2018-01-24 06:24:16 +00:00
Jörg Thalheim
3b6b52b19f python.pkgs.astor: fix python 3.6 tests 2018-01-24 06:21:40 +00:00
Ruben Maher
e17d01dffc flow: 0.63.1 -> 0.64.0 2018-01-24 13:13:10 +10:30
Jon Banafato
d48e704e38 gnome-shell-extension-pixel-saver: init at 1.10 2018-01-23 21:17:19 -05:00
Graham Christensen
2a2793f618
Merge pull request #34085 from ikervagyok/samba
samba: 4.6.11 -> 4.7.4
2018-01-23 20:55:15 -05:00
Franz Pletz
9f16756f77
atlassian-jira: 7.5.2 -> 7.7.0 2018-01-24 02:14:54 +01:00
Franz Pletz
8c88168d2d
atlassian-confluence: 6.5.1 -> 6.6.0 2018-01-24 02:14:53 +01:00
Franz Pletz
2ac833d3f5
youtubeDL: 2018.01.14 -> 2018.01.21 2018-01-24 02:13:14 +01:00
Graham Christensen
397bfc9d50
Merge pull request #34211 from nico202/master
enchive: 3.3 -> 3.4
2018-01-23 19:35:08 -05:00
Graham Christensen
f2636ebb41
Merge pull request #34197 from zauberpony/vultr-1.15.0
vultr: 1.13.0 -> 1.15.0
2018-01-23 19:29:24 -05:00
Nicolò Balzarotti
9b9ff1aa60 enchive: 3.3 -> 3.4 2018-01-24 01:00:20 +01:00
Daiderd Jordan
5569851745
R: fix dylib install_name on darwin 2018-01-24 00:23:16 +01:00
Joachim F
d9604c861a
Merge pull request #34192 from mdorman/semi-automated-emacs-package-updates
Semi automated emacs package updates
2018-01-23 22:20:42 +00:00
Jan Tojnar
c7dc968721
Merge pull request #34186 from jonafato/gnome-shell-extension-nohotcorner
gnome-shell-extension-nohotcorner: init at 16.0
2018-01-23 23:18:01 +01:00
Tuomas Tynkkynen
b4c12eef30 wget: 1.19.2 -> 1.19.4 2018-01-23 23:52:00 +02:00
Tuomas Tynkkynen
d9aebebaf5 Revert "perf: apply patch to fix build of 4.9"
This reverts commit 44dc31bad1.

The patch has been applied in 4.9.78, so no need to have this in
nixpkgs anymore.
2018-01-23 23:17:24 +02:00
Tuomas Tynkkynen
acf5b8e662 kernel: 4.9.77 -> 4.9.78 2018-01-23 23:17:24 +02:00
Tuomas Tynkkynen
4276c0d898 kernel: 4.4.112 -> 4.4.113 2018-01-23 23:17:24 +02:00
Tuomas Tynkkynen
1481937af2 kernel: 4.14.14 -> 4.14.15 2018-01-23 23:17:24 +02:00
Dan Peebles
533cc72d4d nixUnstable: pre5849_74f75c85 -> pre5873_b76e282d 2018-01-23 16:07:25 -05:00
Vladimír Čunát
24fe57dfc8
Merge #34073: firefox-{bin,esr}: update 2018-01-23 21:34:41 +01:00
Tuomas Tynkkynen
0663e972a4 ponyc: Not supported on aarch64
https://hydra.nixos.org/build/67722376
2018-01-23 21:42:30 +02:00
Tuomas Tynkkynen
3cd40f1a4f pypy: Doesn't support aarch64
https://hydra.nixos.org/build/67861197
2018-01-23 21:42:30 +02:00
Robert Helgesson
c73a140573
perl-Log-Any: 1.704 -> 1.705 2018-01-23 20:36:19 +01:00
Will Dietz
630b142ef4 moe: fix build w/libc++ using touchup from mailing list
http://lists.gnu.org/archive/html/bug-moe/2017-10/msg00000.html
2018-01-23 13:18:19 -06:00
Will Dietz
b0832f89f5 siege: 4.0.2 -> 4.0.4 2018-01-23 13:11:57 -06:00
Robert Helgesson
c32755ceac
eclipse-plugin-autodetect-encoding: 1.8.4 -> 1.8.5 2018-01-23 19:39:20 +01:00
Daiderd Jordan
6109b15709
Merge pull request #34195 from dtzWill/feature/vim-dirdiff
vim-plugins: Add vim-dirdiff
2018-01-23 19:06:31 +01:00
Thane Gill
df43f58dc6 pythonPackages.rx: init at 1.6.0 2018-01-23 10:03:17 -08:00
Robert Schütz
0affe46a32 abcm2ps: 8.13.18 -> 8.13.19, fix in non-GNU stdenv 2018-01-23 18:56:54 +01:00
Elmar Athmer
adabeea0b8 vultr: 1.13.0 -> 1.15.0 2018-01-23 18:44:18 +01:00
Frederik Rietdijk
baaf8fd2b8
Merge pull request #33495 from magnetophon/faust2
faust2: 2.1.0 -> 2.5.10
2018-01-23 17:56:42 +01:00
Frederik Rietdijk
8510550b77
Merge pull request #34169 from Infinisil/add/almonds
almonds: init at 2015-12-27
2018-01-23 17:37:54 +01:00
Will Dietz
950a69c351 vim-plugins: Add vim-dirdiff 2018-01-23 10:23:56 -06:00
Peter Simons
eb5d7d2b26 haskell-lambdabot: fix build 2018-01-23 16:09:29 +01:00
Vladimír Čunát
b200979d6e
knot-resolver: 1.5.2 -> 1.5.3 (bugfix)
The fixed problem seems not to happen on NixOS, but let's update anyway.
2018-01-23 15:47:28 +01:00
Silvan Mosberger
8e8a259df4
almonds: init at 2015-12-27 2018-01-23 14:16:28 +01:00
Will Dietz
c403410845 brotli: install man pages 2018-01-23 06:46:23 -06:00
Will Dietz
4c36d7e521 brotli: run tests 2018-01-23 06:46:23 -06:00
adisbladis
55a186bb21
Merge pull request #34162 from jokogr/u/i3lock
i3lock-color: 2.9.1-c -> 2.10.1-1-c & i3lock-fancy: 2016-10-13 -> 2017-12-14
2018-01-23 20:43:21 +08:00
adisbladis
266979a360
Merge pull request #34125 from arcadio/bwa
bwa: 0.7.16a -> 0.7.17
2018-01-23 20:12:56 +08:00
Thomas Tuegel
cac51ef856
Merge pull request #34181 from markuskowa/arpack-pr
arpack: 3.3.0 -> 3.5.0
2018-01-23 06:11:31 -06:00
adisbladis
9130212da2
Merge pull request #34138 from Ma27/update-yabar
yabar-unstable: 2018-01-02 -> 2018-01-18
2018-01-23 19:54:56 +08:00
Edward Tjörnhammar
a4f433c03c
i2pd: expose flags 2018-01-23 11:59:39 +01:00
Peter Simons
4bed2d659d
Merge pull request #34172 from deepfire/x-ghc-8.4-master
ghc841:  update to 8.4.1-alpha2
2018-01-23 11:14:43 +01:00
adisbladis
c26b40a933
Merge pull request #34148 from erictapen/osrm-backend-5.15.0
osrm-backend: 5.14.3 -> 5.15.0
2018-01-23 16:16:43 +08:00
Frederik Rietdijk
5a45105d64
Merge pull request #34152 from thanegill/python.pkgs.ldap3-2.4.1
python.ldap3: 2.4 -> 2.4.1
2018-01-23 08:00:24 +01:00
Jon Banafato
6e862fb43b gnome-shell-extension-nohotcorner: init at 16.0 2018-01-23 00:48:27 -05:00
adisbladis
b0603f514b
Merge pull request #34139 from arcadio/bedtools
bedtools: 2.26.0 -> 2.27.1
2018-01-23 12:56:01 +08:00
adisbladis
70cf5ea965
Merge pull request #34147 from dotlambda/yarl
python3Packages.yarl: 1.0.0 -> 1.1.0
2018-01-23 12:50:06 +08:00
Robert Schütz
efbe08a2da
python3Packages.yarl: 1.0.0 -> 1.1.0 2018-01-23 12:36:28 +08:00
Nadrieril
c1bf1904d2 ckb: 0.2.8 -> 0.2.9 + project moved 2018-01-23 02:27:16 +00:00
adisbladis
5b5aaf7362
Merge pull request #34171 from markuskowa/freeipmi-pr
freeipmi: 1.5.5 -> 1.5.7
2018-01-23 10:10:39 +08:00
adisbladis
62c52955fc
Merge pull request #33863 from adisbladis/tsclient-qt59
teamspeak_client: Re-link with qt 5.9
2018-01-23 09:31:20 +08:00
Markus Kowalewski
a16880533f arpack: remove FFLAGS 2018-01-22 15:52:57 -08:00
Bart Brouns
ad566a0c57 faust2: 2.1.0 -> 2.5.10 2018-01-23 00:42:37 +01:00
Markus Kowalewski
eb30d65de6 arpack: 3.3.0 -> 3.5.0 2018-01-22 15:36:43 -08:00
Mitsuhiro Nakamura
bd9b51f4df cataclysm-dda-git: install missing translations
Using gettext without translation files is just like driving a car without wheels.
2018-01-23 08:19:03 +09:00
Mitsuhiro Nakamura
ee6086c31d cataclysm-dda{,-git}: no need for wrapper anymore 2018-01-23 08:10:07 +09:00
Mitsuhiro Nakamura
fc06a987a0 cataclysm-dda{,-git}: fix share directory
Data should be in PREFIX/share/cataclysm-dda instead of PREFIX/share.
2018-01-23 08:08:09 +09:00
Markus Kowalewski
ab59aef9f6 freeipmi: 1.5.5 -> 1.5.7 2018-01-22 14:54:22 -08:00
Michael Raskin
beb70f1370
Merge pull request #34107 from mnacamura/cdda-darwin
cataclysm-dda{,-git}: build on Darwin
2018-01-22 22:47:25 +00:00
Kosyrev Serge
d232856846
ghc841: update to 8.4.1-alpha2 2018-01-23 01:40:38 +03:00
Michael Weiss
a03b2b99af tdesktop: Fix the execution in a pure environment
Telegram was crashing when executed within a pure environment
(nix-shell -p tdesktop --pure).
Setting the environment variables QT_PLUGIN_PATH and XDG_RUNTIME_DIR
should resolve this issue. Fix #33729.
2018-01-22 22:25:48 +01:00
Michael Raskin
9593eadcc7
Merge pull request #33287 from Nadrieril/fix-ckb-service
ckb: fix missing modprobe dependency
2018-01-22 21:18:22 +00:00
Ioannis Koutras
ac3f1e6c12 i3lock-fancy: 2016-10-13 -> 2017-12-14 2018-01-22 23:05:32 +02:00
Ioannis Koutras
c5f7ea6829 i3lock-color: 2.9.1-c -> 2.10.1-1-c 2018-01-22 23:05:26 +02:00
John Ericson
ec0c4802ae
Merge pull request #26799 from obsidiansystems/cross-haskell
haskell infra: Fix cross compilation to work with new system
2018-01-22 15:31:19 -05:00
Ertugrul Söylemez
cf3ada04a7
perlPackages.MailPOP3Client: init at 2.19 2018-01-22 21:17:19 +01:00
Daiderd Jordan
7c84ddb7a4
Merge pull request #34158 from LnL7/cffi-clang
python-cffi: fix clang build
2018-01-22 20:54:06 +01:00
Michael Raskin
dda1a7f77c
Merge pull request #34159 from arcadio/libreoffice-es
libreoffice: add Spanish (es) language support and sort langs list
2018-01-22 19:40:10 +00:00
Jörg Thalheim
3e1dd9215f
Merge pull request #34151 from WilliButz/update-deis
deis: 1.13.3 -> 1.13.4
2018-01-22 19:17:59 +00:00
Jörg Thalheim
ebd2a8b165
Merge pull request #34100 from jokogr/pkg/xmonad-log
xmonad-log: init at 0.1.0
2018-01-22 19:15:32 +00:00
Will Dietz
bd67bf5ca0 julia-git: mark broken, hasn't built since 2017-04-08. (#34150)
* julia-git: mark broken, hasn't built since 2017-04-08.

First broken: https://hydra.nixos.org/build/51447624
Last successful: https://hydra.nixos.org/build/51385779

cc #34135
2018-01-22 19:07:03 +00:00
Daiderd Jordan
92bf8c66ba
Merge pull request #34149 from dtzWill/update/vim-8.0.1428
vim: 8.0.1257 -> 8.0.1428
2018-01-22 20:04:01 +01:00
Jörg Thalheim
0c1805b41f
Merge pull request #34157 from dtzWill/fix/vim-cross
vim: fix for cross, add missing configure test override
2018-01-22 18:59:13 +00:00
Daiderd Jordan
505c82efe4
python-cffi: add lnl7 to maintainers 2018-01-22 19:58:15 +01:00
Jörg Thalheim
66b84901b4
Merge pull request #34153 from WilliButz/update-irqbalance
irqbalance: 1.2.0 -> 1.3.0
2018-01-22 18:57:24 +00:00
Will Dietz
f851457368 vim: fix for cross, add missing configure test override
This is one of the variables mentioned to set
when cross-compiling:

https://github.com/vim/vim/blob/master/src/INSTALLx.txt
2018-01-22 12:48:00 -06:00
Daiderd Jordan
0c27903ac0
python-cffi: remove patch for clang
Builds fine without it now.
2018-01-22 19:45:40 +01:00
WilliButz
4361cc5ffa
scanmem: 0.16 -> 0.17 2018-01-22 19:18:23 +01:00
WilliButz
3e173f39be
irqbalance: 1.2.0 -> 1.3.0 2018-01-22 19:14:20 +01:00
Thane Gill
2d17253afe python.ldap3: 2.4 -> 2.4.1 2018-01-22 10:13:13 -08:00
WilliButz
c8d5121c1d
deis: 1.13.3 -> 1.13.4 2018-01-22 18:59:13 +01:00
Michael Alan Dorman
dae8151008 melpa-packages: 2018-01-22
Removals:
 - main-line: removed from melpa
2018-01-22 12:51:55 -05:00
Michael Alan Dorman
3b4f4c28ca melpa-stable-packages: 2018-01-22 2018-01-22 12:51:55 -05:00
Michael Alan Dorman
ea3c7e9337 org-packages: 2018-01-22 2018-01-22 12:51:55 -05:00
Michael Alan Dorman
71b1574a92 elpa-packages: 2018-01-22 2018-01-22 12:51:55 -05:00
Justin Humm
92aa0fa437
osrm-backend: 5.14.3 -> 5.15.0 2018-01-22 18:13:35 +01:00
Will Dietz
360b86e515 vim: 8.0.1257 -> 8.0.1428 2018-01-22 11:12:43 -06:00
John Ericson
13739e6b9e release-cross: Try building on Windows too 2018-01-22 11:29:15 -05:00
adisbladis
7490d4d698
Merge pull request #34140 from arcadio/picard
picard-tools: 2.7.1 -> 2.17.4
2018-01-22 23:57:10 +08:00
adisbladis
9ff71fe782
Merge pull request #34141 from arcadio/bowtie2
bowtie2: 2.3.3.1 -> 2.3.4
2018-01-22 23:55:39 +08:00
Symphorien Gibol
ebcd591f30 epkowa: make symphorien maintainer 2018-01-22 16:30:47 +01:00
Frederik Rietdijk
4c88132d25 Merge commit 'a0f8e3a' into HEAD 2018-01-22 16:08:37 +01:00
Peter Hoeg
92c0720be9 cantata: fix segfault on qt 5.10 2018-01-22 23:04:26 +08:00
Symphorien Gibol
eff980c6cb epkowa: fix patch download url
the patch was modified (see [1]) so specify the git revision when
downloading it.

[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/media-gfx/iscan/files/iscan-2.28.1.3+libpng-1.5.patch?id=32694b0b3b24bd6729e613fabd7a3050c658c95b
2018-01-22 15:56:24 +01:00
Arcadio Rubio García
960d7d66d5 libreoffice: Add Spanish (es) language support and sort langs list 2018-01-22 14:50:51 +00:00
Tuomas Tynkkynen
f9025bb618 crrcsim: Mark x86-only
https://hydra.nixos.org/build/65195163
2018-01-22 16:18:13 +02:00
Mitsuhiro Nakamura
cf8cd83eff cataclysm-dda: build the icon only on Darwin 2018-01-22 23:06:35 +09:00
Mitsuhiro Nakamura
d77ce49c75 cataclysm-dda{,-git}: fix locale directory
PREFIX/share/locale should be searched for translations not only on Linux.
2018-01-22 22:37:02 +09:00
adisbladis
3d7dad753d
Merge pull request #34129 from samueldr/dbeaver/4.3.3
dbeaver: 4.3.2 -> 4.3.3
2018-01-22 21:12:40 +08:00
Tuomas Tynkkynen
b2d0d049ad ddccontrol: Mark x86-only
https://hydra.nixos.org/build/65192451
2018-01-22 14:57:49 +02:00