Michael Weiss
6cf519df6e
androidStudioPackages.{dev,canary}: 3.3.0.2 -> 3.3.0.3
2018-08-03 13:31:00 +02:00
Michael Weiss
915e506f7c
signal-desktop: 1.14.4 -> 1.15.0
2018-08-03 13:11:44 +02:00
Jörg Thalheim
29387fbbe9
Merge pull request #44387 from jfrankenau/update-bcal
...
bcal: 1.8 -> 1.9
2018-08-03 08:55:56 +01:00
Jörg Thalheim
2be0d9cc9b
Merge pull request #44368 from Enzime/fix/latest-mpv-on-macos
...
mpv: Fix mpv 0.29.0 on macOS and disable OpenAL
2018-08-03 08:43:34 +01:00
Johannes Frankenau
79cd841713
bcal: 1.8 -> 1.9
2018-08-03 09:08:26 +02:00
Uli Baum
052e4baf0a
somatic-sniper: disable parallel building
...
to fix non-deterministic failure
2018-08-03 08:27:41 +02:00
Michael Hoang
69ed31a57b
mpv: Fix mpv 0.29.0 on macOS and disable OpenAL
2018-08-03 09:20:55 +10:00
Johannes Frankenau
81e65071bb
hugo: 0.42.1 -> 0.46 ( #44363 )
2018-08-02 20:49:19 +02:00
Vladimír Čunát
86b5b1e174
Revert "android-studio-preview: Print a deprecation warning"
...
This reverts commit 88bfbf6c7d
.
It broke the tarball job. Discussion:
https://github.com/NixOS/nixpkgs/pull/44310#issuecomment-409690460
2018-08-02 16:32:55 +02:00
Giulio Eulisse
ca7b17a4a0
doing: init at 1.0.10pre ( #44034 )
2018-08-02 15:24:23 +02:00
ajs124
b79046e21b
masterpdfeditor: fix broken source url. the old one 404s ( #44351 )
2018-08-02 14:08:30 +02:00
xeji
9e52696649
Merge pull request #44325 from markuskowa/molcas
...
openmolcas: init at 20180529
2018-08-02 10:32:04 +02:00
Markus Kowalewski
484473b184
openmolcas: init at 20180529
2018-08-02 10:18:17 +02:00
Peter Hoeg
9ddd60138c
emacs-php-auto-yasnippets: fix HOME
2018-08-02 16:04:57 +08:00
Peter Hoeg
5867097d1f
emacs-connection: upstream is OK again
2018-08-02 13:48:51 +08:00
Peter Hoeg
0de9d840ab
emacs-dictionary: upstream is OK again
2018-08-02 13:48:37 +08:00
Peter Hoeg
bcbfed377e
emacs-link: upstream is OK again
2018-08-02 13:48:24 +08:00
Peter Hoeg
b1914088e1
emacs-powershell: upstream is OK again
2018-08-02 13:47:33 +08:00
Peter Hoeg
667938468b
emacs-magit-gitflow: git was missing
2018-08-02 13:47:12 +08:00
Peter Hoeg
fe6313da30
emacs-insert-shebang: fix compilation
2018-08-02 13:46:43 +08:00
Peter Hoeg
64c0d50fc3
emacs-evil-search-highlight-persist: add dependencies
2018-08-02 13:46:21 +08:00
Peter Hoeg
66d16a5409
emacs-evil-magit: needs git
2018-08-02 13:46:07 +08:00
Peter Hoeg
d172d404e9
emacs-cmake: upstream is OK again
2018-08-02 13:45:45 +08:00
Peter Hoeg
cdfefaa42b
xca: 2.0.1 -> 2.1.0
2018-08-02 13:43:44 +08:00
Cray Elliott
eca1f53a52
reposurgeon: 3.28 -> 3.44
...
also switch from cython to pypy as cyreposurgeon was dropped upstream in
favor of using pypy
2018-08-01 20:49:53 -07:00
Cray Elliott
169d5698a9
monotone: fix build against pcre 8.42
2018-08-01 20:49:53 -07:00
Matthew Bauer
7ee610fd6c
Merge pull request #43604 from udono/update_tryton_4_8
...
Minor upstream update Tryton 4 8
2018-08-01 21:29:40 -04:00
Jan Tojnar
0a12371dfb
https://gitlab.gnome.org/GNOME/gnome-keyring/issues/1
2018-08-02 00:32:51 +02:00
Jamey Sharp
f2434d1208
gnome-builder: fix whitespace
2018-08-01 13:12:54 -07:00
Justin Bedő
51fc0ef8d2
somatic-sniper: init 1.0.5.0 ( #43403 )
2018-08-01 22:11:13 +02:00
Uli Baum
3835786896
gitter: fix eval
...
gnome3.gconf was dropped
2018-08-01 21:55:14 +02:00
Ivan Malison
e090fb2967
gitter: init at 4.1.0 ( #43505 )
2018-08-01 20:51:17 +02:00
Michael Weiss
8aa04df600
Merge pull request #44310 from primeos/android-studio-improvements
...
Android Studio improvements
2018-08-01 20:24:03 +02:00
Michael Weiss
88bfbf6c7d
android-studio-preview: Print a deprecation warning
...
Hope this is ok... :)
2018-08-01 19:47:36 +02:00
Michael Weiss
d8b44edd8f
androidStudioPackages: Use more intuitive names for the derivations
2018-08-01 19:47:36 +02:00
Michael Weiss
31583d7cb6
androidStudioPackages: Refactor the code
2018-08-01 19:47:36 +02:00
Maximilian Bosch
134c5cc8db
termite: factor wrapper out into its own file ( #43691 )
...
Until now it's impossible to override the attrs of the actual build
instruction for the `termite` package like this:
```
termite.overrideAttrs (_: {
# ...
})
```
This issue occurs since the `termite/default.nix` expressions returns
the `symlinkJoin` expression when I override termite (e.g. to provide a
config file).
I recently patched termite and wanted to apply this patch to my local
termite installation in my system config which is impossible this, so
splitting the wrapper and the build instruction into their own files
makes this way easier to maintian.
2018-08-01 16:09:55 +02:00
Mario Rodas
1b6190e005
1password: 0.4.1 -> 0.5.1 ( #43981 )
2018-08-01 15:19:07 +02:00
xeji
c7c3c1663f
Merge pull request #44298 from Izorkin/fix-build
...
Fix build packages edk2 and bazaar
2018-08-01 11:53:47 +02:00
Patrick Hilhorst
e616563433
atom, atom-beta: 1.28.2 -> 1.29.0, refactored build script ( #44297 )
...
atom-beta: 1.29.0-beta1 -> 1.30.0-beta1
The beta version jump seems like an irregular update, but 1.30.0-beta0
was retired rougly 3 hours after release due to an macOS error:
> Fixed an error about a missing string_decoder module when the Git pane
> is displayed on macOS.
This shouldn't affect the Linux x86_64 version, but latest versions are
always nice.
Also refactored the build script, it now takes the version number as
an extra (optional) argument and creates the version number from that.
Also removed `rec` from the main set because it was no longer needed.
2018-08-01 11:30:10 +02:00
Izorkin
d1d4ec90ae
bazaar: fix buid
2018-08-01 11:46:25 +03:00
Uli Baum
26210f556a
memo: don't use ag alias
...
using the alias `ag` for `silver-searcher` broke the nixpkgs tarball
with an error in eval-release.nix, see discussion in #44273 .
2018-08-01 10:44:04 +02:00
Jörg Thalheim
7ceaaa6d3a
Merge pull request #44214 from roconnor/bitcoin
...
Update Bitcoin and its MiniUPnPc dependency
2018-08-01 09:09:45 +01:00
Jamey Sharp
e6bcb54539
gnome-builder: add a long description
...
Including a comment about the need for additional runtime dependencies.
2018-07-31 22:46:47 -07:00
Jamey Sharp
499ca65930
gnome-builder: document why tests and clang are disabled
2018-07-31 21:51:11 -07:00
Jamey Sharp
4ab66373f0
gnome-builder: remove no-longer-used patches
...
Whoops!
2018-07-31 21:50:52 -07:00
Jamey Sharp
e0180052a7
gnome-builder: split devdoc to a separate output
2018-07-31 17:04:03 -07:00
Jamey Sharp
63445d0120
gnome-builder: use fetchpatch for upstream patches
...
These patches were merged to master so we can fetch them from the GNOME
GitLab instance now.
2018-07-31 17:03:08 -07:00
Jörg Thalheim
8afb618e3e
Merge pull request #44243 from d3rped/mpv_iccSupport
...
mpv: add lcms2 support
2018-08-01 00:27:57 +01:00
Ingolf Wagner
696b426963
memo: 0.4 -> 0.5 ( #44273 )
2018-07-31 23:20:42 +02:00
Michael Weiss
d817ccbf83
androidStudioPackages.beta: 3.2.0.21 -> 3.2.0.22
2018-07-31 21:29:31 +02:00
Jan Tojnar
333a6646a8
audio-recorder: 1.9.7 → 2.1.3
2018-07-31 19:16:05 +02:00
Jörg Thalheim
9cff865230
Merge pull request #44122 from bgamari/kicad-0.5
...
kicad: 4.0.7 -> 5.0.0
2018-07-31 15:12:27 +01:00
Jörg Thalheim
71b579f9d4
kicad: remove scripting flag for simplicity
2018-07-31 14:44:49 +01:00
Jörg Thalheim
611f0ed188
kicad: properly wrap wxPython
2018-07-31 14:37:59 +01:00
Robert Schütz
e858b285c8
Merge pull request #44239 from borisbabic/feature/init-pre-commit
...
gitAndTools.pre-commit: init at 1.10.4
2018-07-31 14:35:33 +02:00
Boris Babic
585b0acbc9
gitAndTools.pre-commit: init at 1.10.4
2018-07-31 14:32:27 +02:00
Jan Tojnar
a81f73da7d
Merge pull request #44016 from ebzzry/master
...
stumpish: init at 0.0.1
2018-07-31 13:57:40 +02:00
Jörg Thalheim
94cbb8e3cd
Merge pull request #44251 from kalbasit/add-browsh
...
browsh: init at 1.4.10
2018-07-31 11:11:37 +01:00
Jörg Thalheim
135c085924
browsh: remove wildcard argument
2018-07-31 11:02:04 +01:00
Daniël de Kok
8b33abd525
makemkv: 1.12.2 -> 1.12.3 ( #44252 )
...
Changelog: http://www.makemkv.com/download/history.html
2018-07-31 11:52:57 +02:00
Jan Tojnar
8fe7dd59a3
gnome-latex: 3.28.1 → 3.30.1
2018-07-31 11:37:56 +02:00
Jan Tojnar
504c40f2b7
pulseeffects: 4.1.7 → 4.2.3
2018-07-31 11:34:52 +02:00
Rommel MARTINEZ
a2fafda55a
stumpish: init at 0.0.1
2018-07-31 16:56:24 +08:00
Robert Schütz
55b41a7e33
ghostwriter: 1.7.0 -> 1.7.2
2018-07-31 08:45:17 +02:00
Sarah Brofeldt
cb19404faf
Merge pull request #44245 from Infinisil/add/bukubrow
...
bukubrow: Init at 2.4.0
2018-07-31 08:35:39 +02:00
Wael M. Nasreddine
446b72ef3b
browsh: init at 1.4.10
...
closes #43283
2018-07-30 23:19:38 -07:00
Jamey Sharp
3a64f5790e
gnome-builder: ensure gtkdoc can find docbook DTDs
2018-07-30 23:05:11 -07:00
Jamey Sharp
e32a5dafaf
gnome-builder: include developer docs in $out
2018-07-30 21:43:12 -07:00
Jamey Sharp
6ae9723cfb
gnome-builder: enable docs, fix typos.
...
I also tried turning on the tests, but they don't work and I don't
understand why not.
2018-07-30 17:34:30 -07:00
Bjørn Forsman
09fcfb6168
Merge pull request #36621 from jfrankenau/init-rapid-photo-downloader
...
rapid-photo-downloader: init at 0.9.9
2018-07-31 01:59:50 +02:00
R. RyanTM
c227febef6
mopidy-gmusic: 2.0.0 -> 3.0.0 ( #43928 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mopidy-gmusic/versions .
2018-07-31 01:07:05 +02:00
R. RyanTM
38c8be3726
gp2c: 0.0.10pl1 -> 0.0.11 ( #43941 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gp2c/versions .
2018-07-31 00:30:21 +02:00
xeji
09393501f0
Merge pull request #43929 from r-ryantm/auto-update/mercurial-full
...
mercurialFull: 4.5.2 -> 4.6.2
2018-07-31 00:22:17 +02:00
Jamey Sharp
7bd3ca49bc
gnome-builder: address review from @jtojnar/#44217
2018-07-30 15:20:45 -07:00
Robert Schütz
8dc732342e
Merge pull request #44247 from dotlambda/seafile-client-6.2.3
...
seafile-client: 6.2.2 -> 6.2.3
2018-07-31 00:15:43 +02:00
Robert Schütz
ad5638227d
seafile-client: 6.2.2 -> 6.2.3
2018-07-30 23:50:23 +02:00
Uli Baum
77b501b902
tortoisehg: 4.5.2 -> 4.6.1
2018-07-30 23:24:55 +02:00
Silvan Mosberger
49bc1adb26
firefox: Add enableBukubrow config option
2018-07-30 23:02:32 +02:00
R. RyanTM
d7c3926352
bcftools: 1.8 -> 1.9 ( #43950 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bcftools/versions .
2018-07-30 22:36:27 +02:00
Jamey Sharp
126f205752
gnome-builder: init at 3.28.4
2018-07-30 12:09:03 -07:00
d3rped
4afacff73d
Added optional lcms2 support to mpv.
2018-07-30 21:01:48 +02:00
Vladimír Čunát
437b604354
Merge #44225 : chromium: Increase build timout to two days
2018-07-30 19:53:25 +02:00
Jörg Thalheim
8e74fd3d3a
Merge pull request #44231 from samueldr/auto/dbeaver/nixpkgs-unstable/5.1.4
...
dbeaver: 5.1.3 -> 5.1.4
2018-07-30 14:19:47 +01:00
Samuel Dionne-Riel
81511557c8
dbeaver: 5.1.3 -> 5.1.4
2018-07-30 08:38:05 -04:00
ua74e3dqka
8f12a9a283
yed: 3.17.2 -> 3.18.1 ( #44088 )
2018-07-30 11:43:24 +01:00
Sarah Brofeldt
7679891e2b
chromium: Increase build timout to two days
2018-07-30 12:29:58 +02:00
Russell O'Connor
75d567e8a5
bitcoin: 0.16.1 -> 0.16.2
2018-07-29 23:02:30 -04:00
Jörg Thalheim
326f514279
Merge pull request #44118 from jdanekrh/jd_jb2018.2
...
jetbrains.editors: 2018.1.x -> 2018.2 (upgrade using the script)
2018-07-29 22:42:18 +01:00
Kévin Rauscher
1a3f7e036b
Mopidy-Iris: 3.21.3 -> 3.23.0 ( #43878 )
2018-07-29 21:56:00 +02:00
Mario Rodas
578189634d
exercism: 2.4.1 -> 3.0.6 ( #43954 )
2018-07-29 21:36:32 +02:00
xeji
1feb8e97c5
Merge pull request #44193 from vbgl/stog-0.18
...
stog: 0.17.0 -> 0.18.0
2018-07-29 21:04:15 +02:00
R. RyanTM
d0a9f5e77e
toot: 0.18.0 -> 0.19.0 ( #43898 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/toot/versions .
2018-07-29 21:00:58 +02:00
Silvan Mosberger
c735294fba
Merge pull request #43814 from bricewge/alacritty-terminfo
...
alacritty: add terminfo and man
2018-07-29 20:56:25 +02:00
Timo Kaufmann
ae821e09e7
glpk: adopt error recovery patch ( #44201 )
...
This makes it possible to use "vanilla" glpk for sage and shouldn't
affect anything else.
2018-07-29 20:53:56 +02:00
Jan Tojnar
a0bd1a8c5b
Merge pull request #44198 from etu/sequeler-update
...
sequeler: 0.5.5 -> 0.5.9
2018-07-29 18:20:36 +02:00
Elis Hirwing
1750e105dd
sequeler: 0.5.5 -> 0.5.9
...
Fix build dependency needed in 0.5.6 and forwards.
Changelogs:
- https://github.com/Alecaddd/sequeler/releases/tag/v0.5.6
- https://github.com/Alecaddd/sequeler/releases/tag/v0.5.7
- https://github.com/Alecaddd/sequeler/releases/tag/v0.5.8
- https://github.com/Alecaddd/sequeler/releases/tag/v0.5.9
2018-07-29 18:03:09 +02:00
Jan Tojnar
3390678545
Merge pull request #43681 from worldofpeace/lightdm-1.26.0
...
lightdm: 1.24.0 -> 1.26.0
2018-07-29 17:12:49 +02:00
Jiri Danek
35e6e9282c
jetbrains.ruby-mine: 2018.1.4 -> 2018.2
2018-07-29 16:46:22 +02:00
Jiri Danek
4172475f5f
jetbrains.phpstorm: 2018.1.6 -> 2018.2
2018-07-29 16:45:39 +02:00