Commit Graph

7597 Commits

Author SHA1 Message Date
Claudio Bley
3a802953bb wtf: 0.25.0 -> 0.27.0 2020-03-02 09:23:01 +01:00
Thibault Gagnaux
655dff2ef0 Corrects comment: build-use-chroot is the same as sandbox. 2020-03-01 19:30:17 +01:00
Thibault Gagnaux
917b088490 iterm2: 3.0.14 -> 3.3.9 & fix build 2020-03-01 15:53:39 +01:00
Tadeo Kondrak
200473b225 wofi: 1.0 -> 1.1 2020-02-29 17:28:05 -08:00
Dmitry Kalinkin
27578856bf
blender: fix enableNumpy option, enable it unconditionally
Workarounds https://developer.blender.org/T74304

Audaspace requires numpy, we already have to provide numpy
unconditionally via PYTHON_NUMPY_PATH.
2020-02-29 14:19:11 -05:00
Benjamin Hipple
02115d3fa1 pueue: upgrade cargo fetcher and cargoSha256 2020-02-29 10:38:32 -05:00
Raphael Das Gupta
41aef772bb
josm: 15806 -> 15937 2020-02-28 23:29:49 +01:00
Michael Weiss
9b0defc765
jekyll: Update the dependencies (security, CVE-2020-7595)
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1992
2020-02-28 21:21:16 +01:00
Michael Weiss
a0d61c0135
gollum: Update the dependencies (security, CVE-2020-7595)
This updates nokogiri to 1.10.8 for CVE-2020-7595 [0].

[0]: https://github.com/sparklemotion/nokogiri/issues/1992
2020-02-28 21:21:16 +01:00
Marc 'risson' Schmitt
3d0626f950
yubioath-desktop: 4.3.6 -> 5.0.2 2020-02-27 07:28:46 +01:00
Patrick Hilhorst
080a6b0dab
megasync: 4.2.3.0 -> 4.2.5.0
Also pull in an (as of yet unmerged) upstream patch to fix
the build, it was failing on both .3 and .5
2020-02-26 13:57:29 +01:00
Patrick Hilhorst
5e55ebb2b4
megasync: format with nixfmt 2020-02-26 13:54:00 +01:00
Mario Rodas
d032f5a8d2
pastel: 0.6.1 -> 0.7.0
Changelog: https://github.com/sharkdp/pastel/releases/tag/v0.7.0
2020-02-25 20:23:21 -05:00
Lancelot SIX
563b480b6f
Merge pull request #80155 from r-ryantm/auto-update/blender
blender: 2.81a -> 2.82
2020-02-25 16:33:06 +01:00
Sergey Lukjanov
4928d8ca89
hugo: 0.65.1 -> 0.65.3 (#80965) 2020-02-24 11:26:01 -10:00
R. RyanTM
c8c9d617fb calibre: 4.8.0 -> 4.11.2 2020-02-23 13:45:45 -08:00
Jonathan Ringer
f128322912 lutris.chrootenv: add libbsd 2020-02-23 11:52:31 -08:00
Gabriel Ebner
128c99978d blender: enable alembic 2020-02-23 12:10:53 +01:00
Vincent Breitmoser
bd91cacadf etesync-dav: init at 0.14.2 2020-02-22 11:15:39 -08:00
Joachim F
477ccd0e73
Merge pull request #80731 from emmanuelrosa/electrum-qdarkstyle-fix
electrum: remove qdarkstyle<2.7 restriction
2020-02-21 15:16:36 +00:00
Emmanuel Rosa
99931d3bba electrum: remove qdarkstyle<2.7 restriction 2020-02-21 20:34:32 +07:00
Mario Rodas
c850e9ef7f
Merge pull request #80646 from Frostman/hugo-0.65.1
hugo: 0.64.1 -> 0.65.1
2020-02-20 22:07:52 -05:00
Lancelot SIX
f1bc81f0b8
Merge pull request #80613 from r-ryantm/auto-update/lyx
lyx: 2.3.4 -> 2.3.4.3
2020-02-20 21:13:32 +01:00
koral
d57c05acd1 mps-youtube: 0.2.8 -> unstable-2020-01-28
Also move derivation from python-packages to all-packages,
as this is a standalone application.
2020-02-20 09:17:50 -08:00
Sergey Lukjanov
7dd1b77ee2 hugo: 0.64.1 -> 0.65.1 2020-02-20 07:29:56 -08:00
Graham Christensen
a905deb826
alacritty: Correct xdg-open behavior 2020-02-20 08:12:47 -05:00
R. RyanTM
37a0429f75 lyx: 2.3.4 -> 2.3.4.3 2020-02-20 08:46:07 +00:00
Maximilian Bosch
3c0b262cee
Merge pull request #80417 from Ma27/fix-waybar
waybar: 0.9.0 -> 0.9.1, fix build
2020-02-20 01:50:44 +01:00
Luflosi
2a15e3ba75
kitty: better fix for build error
Without the `no-werror.patch`, the compilation would fail with the following warning:
```
clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
```
To fix this, the compiler command line options `-pedantic-errors` and `-Werror` were patched out of the build script so that the warning would not become an error and stop the build. This is not ideal as this piece of code is changed fairly frequently, which requires fixing the patch. In the next kitty version the patch would need to be fixed again.
A better alternative is to just not pass `-fno-strict-overflow` to the compiler. This is done by disabling the `strictoverflow` hardening feature.
2020-02-19 17:28:46 +01:00
Mario Rodas
c2e10f2473
Merge pull request #80411 from dywedir/zola
zola: 0.9.0 -> 0.10.0
2020-02-19 08:33:09 -05:00
Vladyslav M
7b04af1b89
zola: 0.9.0 -> 0.10.0 2020-02-19 08:00:03 +02:00
Maximilian Bosch
89e2a43300
waybar: 0.9.0 -> 0.9.1, fix build
ZHF: #80379
https://hydra.nixos.org/build/113067187
2020-02-18 13:40:17 +01:00
Rakesh Gupta
50593c6f1e Added additional dependency boto3, needed for s3 cache support 2020-02-18 00:08:54 -08:00
Imran Hossain
2599fd06a2 todoist-electron: init at 1.19 2020-02-17 15:44:48 -08:00
Lancelot SIX
9992702e4b
Merge pull request #80349 from jojosch/dbeaver_6.3.5
dbeaver: 6.3.4 -> 6.3.5
2020-02-17 21:44:50 +01:00
Kim Lindberger
a2f3ec7a60
synergy: Build application bundle on Darwin + other fixes (#80354)
Includes the following fixes for Darwin:
- Build an application bundle
- Don't install the .desktop file and icons
- Get rid of unused cmake variables
- Don't list avahi as a dependency, since it's not used
2020-02-17 14:41:43 -05:00
Johannes Schleifenbaum
dfd86fc882
dbeaver: 6.3.4 -> 6.3.5 2020-02-17 12:56:16 +01:00
Benjamin Hipple
5ef4af7afc
doomseeker: add qt wrapper, cleanup (#79794)
This avoids using NIX_CFLAGS_COMPILE by switching to hardeningDisable.
The hack is also only needed for darwin sources and is not specific to
clang.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-17 04:50:44 -05:00
Nikolay Korotkiy
7855afeef7 mbutil: init at 0.3.0 2020-02-16 19:41:02 -08:00
Benjamin Hipple
93aadd5f4a todiff: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:40:35 -05:00
Benjamin Hipple
bb2cb2d5e2 pastel: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 08:39:34 -08:00
Benjamin Hipple
5434a66f91 taizen: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 08:39:02 -08:00
Benjamin Hipple
731c793fed rsclock: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 08:38:33 -08:00
Daniel Schaefer
59f40350f2
Merge pull request #80256 from bhipple/u/rust-cargo-alacritty
alacritty: upgrade cargo fetcher and cargoSha256
2020-02-16 13:45:11 +01:00
Jon
1df3c86f2e
moolticute: 0.30.8 -> 0.42.32-testing (#80222) 2020-02-16 12:23:57 +02:00
Benjamin Hipple
1f03a3434f alacritty: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 03:53:12 -05:00
Daniel Schaefer
e7e1b26ec9
Merge pull request #80106 from r-ryantm/auto-update/worker
worker: 4.2.0 -> 4.3.0
2020-02-15 23:16:43 +01:00
Daniel Schaefer
fea6805e57
Merge pull request #79494 from r-ryantm/auto-update/CopyQ
copyq: 3.9.3 -> 3.10.0
2020-02-15 23:02:21 +01:00
Gabriel Ebner
6d12da3662
Merge pull request #79550 from sikmir/goldendict
goldendict: enable on darwin
2020-02-15 13:34:07 +01:00
Dmitry Kalinkin
ac560382c5
blender: fix build on darwin
We don't compile blender with alembic. The linux build is able to detect
that, but this is not done for darwin. This explicitly disables alembic
to fix blender build on darwin.
2020-02-15 06:39:27 -05:00
Ryan Mulligan
c933a700c3
Merge pull request #80140 from r-ryantm/auto-update/qdirstat
qdirstat: 1.6 -> 1.6.1
2020-02-14 20:42:58 -08:00
R. RyanTM
8a2c2e48b4 blender: 2.81a -> 2.82 2020-02-15 01:46:17 +00:00
Kim Lindberger
29c5035e0f
synergy: 1.8.8 -> 1.11.0 (#80138)
This gets rid of a few patches that aren't needed any more, adds one
to make the tests work again and updates the MacOS patch. It also
introduces two builds - one with the Qt application and one without.

The patch to get the tests working will be submitted upstream and
hopefully not be needed for future releases.
2020-02-14 19:39:47 -05:00
Gabriel Ebner
b39175b9b9
Merge pull request #80057 from WhittlesJr/octoprint-plugins
Update and add some Octoprint plugins
2020-02-14 23:10:04 +01:00
Vladyslav M
212fa68f0a
Merge pull request #79991 from sikmir/gpxsee
gpxsee: 7.20 -> 7.22
2020-02-14 23:05:18 +02:00
R. RyanTM
12ea3571ea qdirstat: 1.6 -> 1.6.1 2020-02-14 21:01:24 +00:00
R. RyanTM
40556c9617 worker: 4.2.0 -> 4.3.0 2020-02-14 09:45:51 +00:00
Michele Guerini Rocco
30bc29280a
Merge pull request #80089 from ivanbrennan/urxvt-perls-update
rxvt-unicode-plugins.perls: 2.2 -> 2.3
2020-02-14 10:29:39 +01:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
ivanbrennan
73b22c4096
rxvt-unicode-plugins.perls: deprecated plugins
While the clipboard and url-select plugins have been deprecated, it's
likely there are still many users expecting them to exist, so continue
to provide them.

https://github.com/muennich/urxvt-perls/blob/master/deprecated/README.md
2020-02-13 23:44:30 -05:00
ivanbrennan
0e69b50b60
rxvt-unicode-plugins.perls: 2.2 -> 2.3
This upgrade brings a new option to the keyboard-select plugin:

  URxvt.keyboard-select.clipboard: If true, copy to clipboard too

and removes the now deprecated clipboard and url-select plugins. The
reasons for deprecating these two plugins are described at:
https://github.com/muennich/urxvt-perls/blob/master/deprecated/README.md
2020-02-13 23:34:45 -05:00
Alex Whitt
61a637aa64 Octoprint-SimpleEmergencyStop: init at 0.2.5 2020-02-13 15:58:50 -05:00
Alex Whitt
37e6afd799 Octoprint-GcodeEditor: init at 0.2.6 2020-02-13 15:58:33 -05:00
Alex Whitt
5e0ae51052 Octoprint-ABL_Expert: init at 2019-12-21 2020-02-13 15:58:17 -05:00
Alex Whitt
dba13a032c Octoprint-PrintTimeGenius: 2.0.2 -> 2.2.1 2020-02-13 15:58:04 -05:00
Nikolay Korotkiy
1ac4319bcc qlandkartegt: fix broken download links 2020-02-13 08:34:37 -08:00
rnhmjoj
91f81e84de
rxvt-unicode/vtwheel: use new package name for rxvt-unicode 2020-02-13 09:38:16 +01:00
Nikolay Korotkiy
e34a0fa668
gpxsee: 7.20 -> 7.22 2020-02-13 10:23:37 +03:00
Nikolay Korotkiy
217b221eab
goldendict: enable on darwin 2020-02-13 10:09:36 +03:00
R. RyanTM
036a1b2755
latte-dock: 0.9.7 -> 0.9.8.1 (#79533) 2020-02-12 17:16:37 -05:00
Marek Mahut
6709eabe51
Merge pull request #79901 from sikmir/nnn
nnn: 2.9 -> 3.0
2020-02-12 14:32:46 +01:00
Jan Tojnar
9fb6c2b6d5
Merge pull request #79764 from r-ryantm/auto-update/udiskie
udiskie: 1.7.7 -> 2.1.0
2020-02-12 12:35:52 +01:00
Nikolay Korotkiy
b2d4c9d216
nnn: 2.9 -> 3.0 2020-02-12 09:32:20 +03:00
Milan Pässler
7fbc860d72 tipp10: init at 3.1.0 2020-02-11 17:36:22 +01:00
R. RyanTM
5dc70e89c4 hugo: 0.64.0 -> 0.64.1 2020-02-11 09:10:51 +00:00
R. RyanTM
42f1cab9c8 udiskie: 1.7.7 -> 2.1.0 2020-02-10 20:15:56 +00:00
volth
f1541d185d far2l: fix .desktop file 2020-02-10 20:40:46 +01:00
volth
047095f89f far2l: 2018-07-19 -> 2019-12-14 2020-02-10 20:40:46 +01:00
Linus Heckemann
8f30b3e83e kanboard: 1.2.12 -> 1.2.13
Add self to maintainers
2020-02-10 20:22:46 +01:00
Nikolay Korotkiy
07655cd724 lsd2dsl: 0.4.1 -> 0.5.1 2020-02-10 20:01:14 +01:00
Nikolay Korotkiy
ec85f51603 tippecanoe: 1.34.3 -> 1.35.0 2020-02-10 19:53:57 +01:00
Michele Guerini Rocco
565724c775
Merge pull request #77347 from rnhmjoj/urxvt
rxvt-unicode: rewrite plugin system
2020-02-10 17:21:59 +01:00
R. RyanTM
c717844ff7 jgmenu: 4.0 -> 4.0.2 2020-02-10 13:22:57 +01:00
chamatht
16fe603750 calibre: switch to qtwebengine to fix 4.x (#79608) 2020-02-10 01:26:32 -05:00
R. RyanTM
bf49dc75c7 syncthingtray: 0.10.5 -> 0.10.6 2020-02-09 16:52:53 +01:00
Frederik Rietdijk
3846896084 Merge pull request #79293 from NixOS/staging-next
Staging next (with glibc 2.30)
2020-02-09 16:40:16 +01:00
Piotr Bogdan
1f775c59b7 gmtp: remove pbogdan from maintainers 2020-02-09 09:49:47 +00:00
Frederik Rietdijk
03755ed59a Merge master into staging-next 2020-02-09 09:17:51 +01:00
Mario Rodas
44788c3529
Merge pull request #79507 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.12.2 -> 1.12.3
2020-02-08 06:11:38 -05:00
Peter Simons
68e753d0d9
Merge pull request #79517 from r-ryantm/auto-update/grip
grip: 4.0.1 -> 4.1.0
2020-02-08 10:20:05 +01:00
R. RyanTM
9e1d9e95a9 grip: 4.0.1 -> 4.1.0 2020-02-08 08:53:40 +00:00
R. RyanTM
0c1d4a13e6 gallery-dl: 1.12.2 -> 1.12.3 2020-02-08 06:42:53 +00:00
Ryan Mulligan
27c3d36741
Merge pull request #79408 from r-ryantm/auto-update/bleachbit
bleachbit: 3.0 -> 3.2.0
2020-02-07 19:46:57 -08:00
R. RyanTM
825f7cda3f copyq: 3.9.3 -> 3.10.0 2020-02-08 02:03:06 +00:00
Ryan Mulligan
cd67f9f2e5
Merge pull request #79414 from r-ryantm/auto-update/cherrytree
cherrytree: 0.38.10 -> 0.38.11
2020-02-07 14:04:18 -08:00
Ryan Mulligan
ddafe89068
Merge pull request #79465 from r-ryantm/auto-update/pdfsam-basic
pdfsam-basic: 4.0.5 -> 4.1.1
2020-02-07 12:26:56 -08:00
Frederik Rietdijk
30f0909e3a Merge master into staging-next 2020-02-07 19:27:52 +01:00
R. RyanTM
bed41f5ad6 pdfsam-basic: 4.0.5 -> 4.1.1 2020-02-07 17:14:21 +00:00
Ryan Mulligan
6a586f3562
Merge pull request #79392 from r-ryantm/auto-update/toot
toot: 0.25.0 -> 0.25.2
2020-02-07 05:05:41 -08:00
Franz Pletz
57ed5db343
Merge pull request #79399 from r-ryantm/auto-update/xmrig
xmrig: 5.5.1 -> 5.5.3
2020-02-07 09:58:11 +00:00
R. RyanTM
f000f78d53 cherrytree: 0.38.10 -> 0.38.11 2020-02-07 04:34:48 +00:00
R. RyanTM
685a8f01e9 bleachbit: 3.0 -> 3.2.0 2020-02-07 03:01:27 +00:00
Mario Rodas
947ace2a16
Merge pull request #79188 from sikmir/viking
viking: 1.7 -> 1.8
2020-02-06 21:40:51 -05:00
R. RyanTM
2c547c26fb xmrig: 5.5.1 -> 5.5.3 2020-02-06 23:52:47 +00:00
Frederik Rietdijk
38cf6eac19 Merge master into staging-next 2020-02-06 19:43:36 +01:00
R. RyanTM
29afdd8609 toot: 0.25.0 -> 0.25.2 2020-02-06 17:34:47 +00:00
Rakesh Gupta
21b11bfc0e mapproxy: init at 1.12.0 2020-02-06 05:46:32 -08:00
Vladimír Čunát
48a997cd76
Merge #66528: glibc: 2.27 -> 2.30 (into staging)
Includes update of stdenv bootstap tools (for three main platforms)
and many package fixes with new glibc.
2020-02-05 13:41:09 +01:00
Nikolay Korotkiy
a1caeda72c
viking: 1.7 -> 1.8 2020-02-04 23:07:14 +03:00
Sergey Lukjanov
8447c84d48 hugo: 0.63.2 -> 0.64.0 2020-02-04 01:49:01 -08:00
Maximilian Bosch
276e6e607c
Merge pull request #79149 from jojosch/dbeaver_6.3.4
dbeaver: 6.3.3 -> 6.3.4
2020-02-03 18:49:58 +01:00
Peter Hoeg
65c53582c6
Merge pull request #78958 from r-ryantm/auto-update/xca
xca: 2.1.2 -> 2.2.1
2020-02-03 21:59:58 +08:00
Marek Mahut
8663b7b3b5
Merge pull request #79114 from dtzWill/update/lyx-2.3.4
lyx: 2.3.0 -> 2.3.4
2020-02-03 11:25:16 +01:00
Johannes Schleifenbaum
f2e18621a6
dbeaver: 6.3.3 -> 6.3.4 2020-02-03 09:24:18 +01:00
Will Dietz
4ca09829c0
Merge pull request #79113 from dtzWill/update/heimer-1.15.0
heimer: 1.13.1 -> 1.15.0
2020-02-02 20:50:47 -06:00
Kristian Brucaj
5ece342d0f fusee-interfacee-tk: init at V1.0.0
all-packages: Add fusee-interfacee-tk
2020-02-02 19:43:52 -05:00
Robert Helgesson
ee6665760b
josm: 15628 -> 15806 2020-02-02 23:47:24 +01:00
Tor Hedin Brønner
d9349644ba
jotta-cli: 0.6.18626 -> 0.6.21799 (#79091) 2020-02-02 22:31:44 +01:00
Will Dietz
eb50c8b5e5
lyx: 2.3.0 -> 2.3.4
2.3.3: https://www.mail-archive.com/lyx-announce@lists.lyx.org/msg00180.html
2.3.4: https://www.mail-archive.com/lyx-announce@lists.lyx.org/msg00181.html
2020-02-02 14:27:43 -06:00
Will Dietz
c1273e513a
heimer: 1.13.1 -> 1.15.0
https://github.com/juzzlin/Heimer/releases/tag/1.14.0
https://github.com/juzzlin/Heimer/releases/tag/1.15.0
2020-02-02 14:22:38 -06:00
Roman Kuznetsov
ec001a24cc
joplin-desktop: 1.0.177 -> 1.0.179 2020-02-02 20:17:29 +01:00
rnhmjoj
4e155430ab
rxvt-unicode-plugins/urxvt-resize-font: init at 2019-10-05 2020-02-02 12:00:51 +01:00
rnhmjoj
1c38ce51ef
rxvt-unicode: add aliases for name change 2020-02-02 12:00:51 +01:00
rnhmjoj
dcfff7cf09
rxvt-unicode: support self-depending plugins in wrapper 2020-02-02 11:24:00 +01:00
rnhmjoj
27b3df0840
rxvt-unicode: rewrite plugin system 2020-02-02 11:24:00 +01:00
rnhmjoj
7a15db35d8
rxvt-unicode: cleanup 2020-02-02 11:23:59 +01:00
Mario Rodas
902878c4df
pueue: init at 0.1.5 2020-02-02 04:20:00 -05:00
R. RyanTM
507e483284
orca: 3.34.1 -> 3.34.2 (#79014) 2020-02-01 20:18:36 +01:00
Maximilian Bosch
ea8ae88f04
Merge branch 'staging' into glibc230 2020-02-01 17:42:03 +01:00
Franz Pletz
8fa1aad283
wego: 2017-04-03 -> 2019-02-11 2020-02-01 14:20:51 +01:00
Mario Rodas
337407eaa8
Merge pull request #78861 from r-ryantm/auto-update/worker
worker: 4.1.0 -> 4.2.0
2020-02-01 04:05:38 -05:00
Mario Rodas
3215487b3a
Merge pull request #78911 from r-ryantm/auto-update/blugon
blugon: 1.11.4 -> 1.12.0
2020-02-01 04:03:28 -05:00
Mario Rodas
1e5cfc9cc8 cointop: 1.4.1 -> 1.4.4 2020-02-01 09:56:38 +01:00
Ryan Mulligan
9435db4415
Merge pull request #78954 from r-ryantm/auto-update/simplenote
simplenote: 1.12.0 -> 1.14.0
2020-01-31 18:22:12 -08:00
R. RyanTM
fe6bc9cb84 xca: 2.1.2 -> 2.2.1 2020-01-31 14:08:54 +00:00
R. RyanTM
c7bca08960 simplenote: 1.12.0 -> 1.14.0 2020-01-31 12:34:09 +00:00
Maximilian Bosch
645ea323d7
Merge pull request #77989 from lblasc/llvm3-removal
llvm: remove 3.5, 3.8 and 4
2020-01-31 07:42:39 +01:00
Jonathan Ringer
0750561e00 tzupdate: 1.5.0 -> 2.0.0, use python3 2020-01-30 22:23:05 -08:00
adisbladis
28a590897e hivemind: Patch /bin/sh to runtimeShell 2020-01-30 22:00:54 -08:00
Nikolay Korotkiy
7267908f84 mkgmap: 4289 -> 4432 2020-01-30 21:57:23 -08:00
Jan Tojnar
14576373d0
Merge pull request #78125 from KnairdA/master
pdfpc: Fix gstreamer video playback issue #73321
2020-01-31 01:53:17 +01:00
Luka Blaskovic
c7078be190 lutris: use default llvm in chrootenv 2020-01-30 18:35:30 -05:00
Nikolay Korotkiy
410a80381c
gpxlab: enable on darwin 2020-01-31 00:13:53 +03:00
R. RyanTM
b2122bd2bb blugon: 1.11.4 -> 1.12.0 2020-01-30 20:38:30 +00:00
R. RyanTM
47a68b3ca7 worker: 4.1.0 -> 4.2.0 2020-01-30 14:44:53 +00:00
Maximilian Bosch
1203742766
ssw: init at 0.3
GNU spread-sheet widget. Needed for pspp-1.2.0.
2020-01-30 15:19:11 +01:00
Nikolay Korotkiy
581f28ef3c
gpxsee: enable on darwin 2020-01-30 09:16:51 +03:00
Nikolay Korotkiy
47715b2824
gpxsee: 7.19 -> 7.20 2020-01-28 23:51:37 +03:00
Maximilian Bosch
6b0cd9ad47
Merge branch 'staging' into glibc230
Conflicts:
	pkgs/applications/misc/vit/default.nix
2020-01-28 14:54:51 +01:00
Frederik Rietdijk
7562c2112d
Merge pull request #77739 from NixOS/staging-next
Staging next
2020-01-28 14:03:29 +01:00