R. RyanTM
187095a952
xterm: 337 -> 339
...
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
2018-12-13 17:48:57 -08:00
John Ericson
e0a4d1083f
Merge pull request #51965 from vaibhavsagar/fix-static-lz4
...
lz4: Fix pkgsStatic build
2018-12-13 18:28:05 -05:00
Vaibhav Sagar
cb5a7bdc3a
lz4: fix pkgsStatic build
2018-12-13 18:00:26 -05:00
Alexey Shmalko
01c16e0d6d
Merge pull request #51961 from volth/freebind
...
freebind: init at 2017-12-27
2018-12-14 00:51:26 +02:00
Matthew Bauer
af2cebe78f
stdenv/darwin: fix portable libsystem hook
...
Some packages don’t have /bin directories. We should only run
install_name_tool if that directory exists.
(cherry picked from commit 0b8574540b
)
2018-12-13 17:49:18 -05:00
Alexey Shmalko
feb6c54b7d
Merge pull request #51955 from asymmetric/geth-1.8.20
...
go-ethereum: 1.8.19 -> 1.8.20
2018-12-14 00:45:33 +02:00
Andrew Childs
b0dc7bc6a3
quaternion: 0.0.9.2 -> 0.0.9.3
2018-12-13 17:38:14 -05:00
Alexey Shmalko
7aad64b0f3
Merge pull request #51949 from Synthetica9/sublime-url-fix
...
sublime: add new download url
2018-12-14 00:36:47 +02:00
volth
0083685a01
freebind: init at 2017-12-27
2018-12-13 22:04:52 +00:00
Alyssa Ross
6ccc922e1d
Merge pull request #51953 from WilliButz/grafana-update
...
grafana: 5.4.1 -> 5.4.2
2018-12-13 21:55:29 +00:00
worldofpeace
c86349b317
Merge pull request #51815 from c0deaddict/master
...
swiftclient: init at 3.6.0
2018-12-13 16:50:11 -05:00
David McKay
fbabead264
kind: master -> 0.0.1
2018-12-13 20:32:59 +00:00
Jos van Bakel
35aab266e3
swiftclient: init at 3.6.0
2018-12-13 21:18:09 +01:00
Michael Weiss
81eed0f30a
androidStudioPackages.{dev,canary}: 3.4.0.6 -> 3.4.0.7
2018-12-13 20:50:21 +01:00
Michael Weiss
1c63a4678a
gitRepo: 1.12.37 -> 1.13.0
2018-12-13 20:46:13 +01:00
Matthew Bauer
3c36dccd7c
top-level/stage.nix: add static overlay
...
Adds the static overlay that can be used to build Nixpkgs statically.
Can be used like:
nix build pkgsStatic.hello
Not all packages build, as some rely on dynamic linking.
(cherry picked from commit 6d90a8b894
)
2018-12-13 14:04:34 -05:00
Matthew Bauer
3170d617ef
ncurses: make shared linking optinoal
...
when enableShared = false, we set --without-shared flag.
(cherry picked from commit 53a67891ab
)
2018-12-13 14:04:34 -05:00
Matthew Bauer
a8e0694993
zlib: clean up static/shared distincion
...
This is kind of a mess, but basically:
- static=true, shared=true means to build statically but move it to
the static output
- static=true, shared=false means to build statically and leave it in
the main output
- static=false, shared=true means to not build static at all
Confusingly, the old default was static=true, shared=true even though
static=false? Still can’t figure out what was meant by that.
(cherry picked from commit e999def159
)
2018-12-13 14:04:34 -05:00
Matthew Bauer
f11d5341aa
darwin/libiconv: fix static/shared logic
...
The conditional was incorrect - postInstall script should only hsppen
when enableShared = true.
(cherry picked from commit 5e06294276
)
2018-12-13 14:04:33 -05:00
Matthew Bauer
7fcbc52d7d
stdenv/adapters.nix: fixup makeStaticBinaries
...
- makeStaticBinaries don’t work on Darwin (no stable ABI!)
- Need to make sure NIX_CFLAGS_LINK appends
- isStatic is not used anymore
(cherry picked from commit 8726f6a558
)
2018-12-13 14:04:33 -05:00
Matthew Bauer
e84255296f
stdenv: implement crossOverlays
...
crossOverlays only apply to the packages being built, not the build
packages. It is useful when you don’t care what is used to build your
packages, just what is being built. The idea relies heavily on the
cross compiling infrastructure. Using this implies that we need to
create a cross stdenv.
(cherry picked from commit a3a6ad7a01
)
2018-12-13 14:04:33 -05:00
Lorenzo Manacorda
6283971a2c
slither-analyzer: init at 0.3.0
2018-12-13 13:37:38 -05:00
Lorenzo Manacorda
e5d9f98e46
go-ethereum: 1.8.19 -> 1.8.20
2018-12-13 18:47:50 +01:00
Théo Zimmermann
958a6c6dd3
dune: 1.5.1 -> 1.6.2
2018-12-13 17:39:28 +00:00
Ryan Mulligan
ac4eb7ef98
Merge pull request #51948 from layus/fix/modular-arithmetic
...
haskellPackages.modular-arithmetic: disable tests
2018-12-13 09:19:49 -08:00
WilliButz
3a28198918
grafana: 5.4.1 -> 5.4.2
2018-12-13 18:07:23 +01:00
Peter Simons
c301779be3
Merge pull request #51916 from jabranham/cran-update
...
R: update CRAN package set
2018-12-13 17:51:57 +01:00
worldofpeace
b7fbde893a
Merge pull request #48519 from dtzWill/update/fwupd-1.1.3
...
fwupd: 1.1.2 -> 1.2.1
2018-12-13 11:50:48 -05:00
Patrick Hilhorst
dcb5c0cd82
sublime: add new download url
...
The old one gave a 404. I left it there for if it ever comes back
2018-12-13 17:19:26 +01:00
Guillaume Maudoux
9a104494ec
haskellPackages.modular-arithmetic: disable tests
2018-12-13 16:46:22 +01:00
Jörg Thalheim
3d4cb55b71
Merge pull request #51937 from ivan/add-cchardet
...
pythonPackages.cchardet: init at 2.1.4
2018-12-13 13:58:08 +00:00
Tor Hedin Brønner
2727774ce1
Merge pull request #51933 from hedning/fix-nautilus-thumbnails
...
gnome3.nautilus: fix thumbnail generation
2018-12-13 14:34:12 +01:00
Tim Steinbach
5a15ab7b5d
linux: 4.19.8 -> 4.19.9
2018-12-13 06:58:15 -05:00
Tim Steinbach
f335fa6d74
linux: 4.14.87 -> 4.14.88
2018-12-13 06:58:07 -05:00
Tim Steinbach
1f92bdcd94
linux: 4.9.144 -> 4.9.145
2018-12-13 06:57:58 -05:00
Tim Steinbach
adf8cdd67d
linux: 4.4.166 -> 4.4.167
2018-12-13 06:57:42 -05:00
Patrick Hilhorst
22d46c4b6d
atom: remove myself as maintainer
...
I longer use atom, so I won't be regularly updating it. I am hereby removing
myself as maintainer to reflect this.
2018-12-13 11:51:53 +00:00
Patrick Hilhorst
e1de1050d4
atom, atom-beta: 1.32.1 -> 1.33.0, 1.33.0-beta1 -> 1.34.0-beta0
2018-12-13 11:51:53 +00:00
Alyssa Ross
c5b825ca28
Merge pull request #51860 from ivan/fix-jdk11_headless
...
jdk11_headless: fix the build on amd64
2018-12-13 11:45:21 +00:00
Alexey Shmalko
bb14e3b1fb
Merge pull request #51929 from ivan/add-manhole
...
pythonPackages.manhole: init at 1.5.0
2018-12-13 13:39:36 +02:00
Tor Hedin Brønner
4d0a88b21a
gnome3.nautilus: fix thumbnail generation
...
3.30 copied over the thumbnail code frome gnome-desktop:
673c81cf9f
Simply patch nautilus too.
ref https://github.com/NixOS/nixpkgs/issues/50494
2018-12-13 12:37:58 +01:00
Sarah Brofeldt
b64e71e09c
Merge pull request #51677 from plapadoo/pro-office-calculator-init
...
pro-office-calculator: init at 1.0.6
2018-12-13 12:13:35 +01:00
taku0
f9d6dcecd7
thunderbird-bin: 60.3.2 -> 60.3.3
2018-12-13 20:13:19 +09:00
Ivan Kozik
76dc4b56f7
pythonPackages.cchardet: init at 2.1.4
2018-12-13 11:12:59 +00:00
taku0
8c07524d24
thunderbird-bin: fix update script
2018-12-13 20:12:52 +09:00
taku0
5698d7888e
thunderbird: 60.3.2 -> 60.3.3
2018-12-13 20:08:04 +09:00
Renaud
40c02415ae
Merge pull request #51915 from cransom/bug/enable-pdsh-darwin
...
pdsh: enable macOS
2018-12-13 11:21:45 +01:00
Alyssa Ross
64f73752fc
Merge pull request #51928 from neonfuz/retroarch-1.7.5
...
retroarch: 1.7.1 -> 1.7.5
2018-12-13 10:17:55 +00:00
Vincent Laporte
113a7562fe
ocamlPackages.lablgtk3: init at 3.0.beta1
2018-12-13 09:09:09 +00:00
Ivan Kozik
e7ec6cdf11
pythonPackages.manhole: init at 1.5.0
2018-12-13 09:07:13 +00:00
Sarah Brofeldt
eb250e2ddd
Merge pull request #51369 from dtzWill/update/v4l-utils-1.16.2
...
v4l_utils: 1.16.0 -> 1.16.2
2018-12-13 10:01:25 +01:00
Tor Hedin Brønner
4a8e6b5884
Merge pull request #51910 from etu/update-topicons
...
gnomeExtensions.topicons-plus: 21 -> 22
2018-12-13 09:50:04 +01:00
Sarah Brofeldt
d77035596f
Merge pull request #51679 from gnidorah/intelmetool
...
intelmetool: init at 4.8.1
2018-12-13 09:49:56 +01:00
Ivan Kozik
f1b814a879
pythonPackages.lmdb: enable tests ( #51931 )
2018-12-13 09:08:05 +01:00
Ivan Kozik
2232135cf9
pythonPackages.Yapsy: 1.11.223 -> 1.12.0 and enable tests ( #51925 )
2018-12-13 08:30:49 +01:00
gnidorah
bc4c3e5cb9
intelmetool: init at 4.8.1
2018-12-13 09:41:11 +03:00
Sage Raflik
8cccab7bf4
retroarch: 1.7.1 -> 1.7.5
2018-12-12 21:11:01 -08:00
Will Dietz
1b5de09e7f
fwupd: 1.1.2 -> 1.2.1
...
Add cairo dep and others checked for
in fwupd's meson.build.
Cairo at least is required.
2018-12-12 21:45:02 -05:00
Jan Tojnar
a6f7842008
libxmlb: init at 0.1.5
2018-12-12 21:38:31 -05:00
David McKay
47f008676f
bibata-cursors: init at 0.4.1 ( #51871 )
2018-12-13 00:21:55 +00:00
Alexey Shmalko
f8d0069dc6
Merge pull request #51917 from nyanloutre/electron-cash-fix-unstable
...
electron-cash: 3.3.1 -> 3.3.2
2018-12-13 02:04:58 +02:00
Alyssa Ross
b450083ee3
Merge pull request #51884 from alyssais/bundlerEnv-groups
...
bundlerEnv: improve handling of groups
2018-12-12 23:51:52 +00:00
Rok Garbas
7cbb09a2ec
vimPlugins: update all plugins to latest and adding vimux and neovim-sensible plugins
2018-12-12 22:09:39 +01:00
Jan Tojnar
25ab74f853
Merge pull request #51889 from jtojnar/gnome-3.30.3
...
Gnome 3.30.3
2018-12-12 21:27:28 +01:00
Rok Garbas
c2f6ab16a9
powerline-fonts: 2017-05-25 -> 2018-11-11
2018-12-12 20:59:07 +01:00
Jan Tojnar
09eae5380f
gnome3.libgnome-games-support: 1.4.2 → 1.4.3
2018-12-12 20:01:00 +01:00
Jan Tojnar
ed14b1e688
gnome3.nautilus: 3.30.4 → 3.30.5
2018-12-12 20:01:00 +01:00
Jan Tojnar
679cadbd7a
gnome3.seahorse: 3.30 → 3.30.1.1
2018-12-12 20:01:00 +01:00
Jan Tojnar
1015575c09
gnome3.libgda: 5.2.5 → 5.2.8
2018-12-12 20:00:59 +01:00
Jan Tojnar
aaaf48b2aa
libgda: move from gnome3.libgda
2018-12-12 20:00:59 +01:00
Jan Tojnar
929bf748e8
gnome3.gnome-tweaks: 3.30.1 → 3.30.2
2018-12-12 20:00:59 +01:00
Jan Tojnar
7f709c3d21
gnome3.vte: 0.54.2 → 0.54.3
2018-12-12 20:00:59 +01:00
Jan Tojnar
1079262d28
gnome3.totem: 3.26.2 → 3.30.0
2018-12-12 20:00:58 +01:00
Jan Tojnar
057d910e12
gnome3.gnome-contacts: 3.30.1 → 3.30.2
2018-12-12 20:00:58 +01:00
Jan Tojnar
e77a8a5e74
evolution-data-server: 3.30.2 → 3.30.3
2018-12-12 20:00:58 +01:00
Jan Tojnar
52691cf7d9
gnome3.gnome-maps: 3.30.2.1 → 3.30.3
2018-12-12 20:00:58 +01:00
Jan Tojnar
6c138622a4
gnome3.evolution: 3.30.2 → 3.30.3
2018-12-12 20:00:46 +01:00
Aneesh Agrawal
3dbbd9f8c2
pgcli: 2.0.0 -> 2.0.1
...
Changelog: https://github.com/dbcli/pgcli/blob/master/changelog.rst#201
Major feature of note is Python 3.7 support.
Also default to using Python 3 because this is an application.
2018-12-12 13:56:41 -05:00
Jörg Thalheim
007dfa8adc
Merge pull request #51830 from georgewhewell/cool-retro-term-fix-darwin
...
cool-retro-term: fix on darwin
2018-12-12 17:53:23 +00:00
nyanloutre
2b5ceb2852
electron-cash: 3.3.1 -> 3.3.2
2018-12-12 18:30:45 +01:00
Alyssa Ross
77d25015e6
Merge pull request #51909 from Izorkin/mysql55
...
mysql55: 5.5.60 -> 5.5.62
2018-12-12 17:21:34 +00:00
Alex Branham
6f7459b40b
R: update CRAN package set
2018-12-12 11:17:25 -06:00
Izorkin
594fc72a32
mysql55: broken on aarch64
2018-12-12 20:07:51 +03:00
Jörg Thalheim
e2ed882c17
Merge pull request #51905 from Profpatsch/strip-nondeterminism-1.0.0
...
strip-nondeterminism: 0.016 -> 1.0.0
2018-12-12 17:03:31 +00:00
Jörg Thalheim
f49e2ad365
Merge pull request #51758 from rasendubi/pynvim
...
pythonPackages.neovim-0.3.0 -> pythonPackages.pynvim-0.3.1
2018-12-12 17:01:25 +00:00
Casey Ransom
445863b777
pdsh: enable macOS
2018-12-12 11:41:25 -05:00
George Whewell
7875e817cf
change qmltermwidget version to 2018-11-24 and add unstable to name
2018-12-12 16:32:28 +00:00
Michael Weiss
e01209f2c7
signal-desktop: 1.18.1 -> 1.19.0
...
A new dependency (at-spi2-atk) is required for libatk-bridge-2.0.so.
Also libstdc++.so.6 is now required from stdenv.cc.cc.lib (stdenv.cc.cc
doesn't offer it). The binary will only find libstdc++.so.6 via
$LD_LIBRARY_PATH (i.e. not via rpath, the run-time search path).
2018-12-12 17:30:49 +01:00
Robert Schütz
34f04810cf
Merge pull request #51904 from worldofpeace/secretstorage/3.1.0
...
python3Packages.secretstorage: 2.3.1 -> 3.1.0
2018-12-12 16:50:41 +01:00
worldofpeace
851e2c7e21
python3Packages.secretstorage: 2.3.1 -> 3.1.0
...
Changelog: https://github.com/mitya57/secretstorage/blob/master/changelog
Pertinent changes:
- ported from dbus-python to jeepney
Thusly Python 3.5 or newer is required.
- We can use pypi
- Add pygobject3
2018-12-12 10:22:57 -05:00
worldofpeace
9f66479ffc
python3Packages.jeepney: init at 0.4
2018-12-12 10:22:56 -05:00
Elis Hirwing
e8ef485246
gnomeExtensions.topicons-plus: 21 -> 22
2018-12-12 14:39:50 +01:00
Profpatsch
5cbd18af4e
strip-nondeterminism: 0.016 -> 1.0.0
...
Add to toplevel as well.
2018-12-12 14:38:13 +01:00
George Whewell
7f82302b8e
address pr comments
2018-12-12 13:26:10 +00:00
George Whewell
b2cbbb32ac
qmltermwidget: update to latest master to fix cool-retro-term on darwin
2018-12-12 13:25:39 +00:00
George Whewell
a166bc33cc
cool-retro-term: add symlink to binary on darwin
2018-12-12 13:25:17 +00:00
edef
f9b0781938
doh-proxy: stick with Python 3.6 for now
...
It currently breaks on Python 3.7 due to `async` becoming a reserved keyword
2018-12-12 13:02:53 +00:00
Gabriel Ebner
c556e6f1f4
notmuch: use python 3
...
Fixes #51822
2018-12-12 13:32:35 +01:00
Gabriel Ebner
a9d7a31817
alot: 0.7 -> 0.8
2018-12-12 13:31:32 +01:00
Gabriel Ebner
890bee19c5
pythonPackages.gpgme: support python 3
2018-12-12 13:30:52 +01:00
edef
fdd566cf0b
Merge pull request #51908 from rawkode/feature/lxrandr
...
lxrandr: init at 0.3.1
2018-12-12 12:18:03 +00:00
edef
e10f8471d1
Merge pull request #51650 from gnidorah/me_cleaner
...
me_cleaner: init at 1.2
2018-12-12 12:15:57 +00:00
Izorkin
6aa42941dc
mysql55: 5.5.60 -> 5.5.62
2018-12-12 15:04:24 +03:00
Michael Weiss
e12009f390
tdesktop: 1.4.3 -> 1.5.1
...
tdesktopPackages.preview: 1.4.8 -> 1.5.1
2018-12-12 12:28:34 +01:00
David McKay
125ad34dc8
lxrandr: init at 0.3.1
2018-12-12 11:25:45 +00:00
Andreas Rammhold
ccd160023c
firefox: 63.0.3 -> 64.0
...
See #51863 .
2018-12-12 11:27:23 +01:00
Vincent Laporte
ee843ee86e
ocamlPackages.ppx_import: 1.5 -> 1.5-3
2018-12-12 09:34:38 +00:00
Vincent Laporte
47c4876de6
ocamlPackages.ppx_deriving_yojson: disable tests
2018-12-12 09:34:38 +00:00
worldofpeace
d9eadb4aa7
Merge pull request #51472 from Ralith/renderdoc
...
renderdoc: 1.1 -> 1.2
2018-12-12 04:25:02 -05:00
Alyssa Ross
812805110b
Merge pull request #51887 from AtnNn/ikos
...
ikos: init at 2.1
2018-12-12 09:06:36 +00:00
Jörg Thalheim
abbd29aa13
Merge pull request #51782 from rnhmjoj/monero
...
monero: build with hidapi
2018-12-12 09:00:17 +00:00
Jörg Thalheim
8e3b400b45
Merge pull request #51876 from Mic92/go-cleanup
...
Go cleanup: use buildGoPackage whenever possible
2018-12-12 08:56:21 +00:00
Sarah Brofeldt
27cd05e674
Merge pull request #51750 from MarcFontaine/master
...
haskellPackages.binary-parsers : disable tests
2018-12-12 09:45:50 +01:00
Sarah Brofeldt
89aa19c95a
Merge pull request #51868 from yrashk/luigi-2.8.0
...
luigi: 2.7.9 -> 2.8.0
2018-12-12 09:40:53 +01:00
worldofpeace
0c4ac2fa26
eolie: ensure search provider is wrapped properly
...
wrapPythonPrograms ignores libexec/
Also do it before wrapGAppsHook sets in
2018-12-12 03:28:59 -05:00
worldofpeace
af2caa441f
eolie: don't use pythonPath
2018-12-12 03:26:24 -05:00
Jörg Thalheim
1933e8be0d
Merge pull request #51886 from Mic92/zfs-python3
...
zfs: switch to python3
2018-12-12 08:11:46 +00:00
worldofpeace
c17ed110eb
lollypop: don't use pythonPath
2018-12-12 03:08:56 -05:00
Darius Jahandarie
da84602f61
buildRustCrate: fix extraRustcOpts so it is not discarded
2018-12-12 01:21:46 -06:00
worldofpeace
d36846d367
Merge pull request #51663 from erictapen/cytoolz-fix-build
...
python3Packages.cytoolz: fix build
2018-12-12 01:48:46 -05:00
Matthew Bauer
465a5e1d97
Merge pull request #51880 from matthewbauer/simavr-mac
...
simavr: work on macOS
2018-12-11 20:36:58 -06:00
Alexey Shmalko
22972fc875
Merge pull request #51757 from r-ryantm/auto-update/yquake2
...
yquake2: 7.20 -> 7.30
2018-12-12 03:46:42 +02:00
(cdep)illabout
aba51b8ae4
bluez: Add support for the sixaxis controller
...
This should add support for the Playstation Dualshock 3 and DualShock 4
controllers.
2018-12-12 10:38:18 +09:00
Etienne Laurin
328fbcff60
ikos: init at 2.1
2018-12-12 00:09:24 +00:00
Andreas Rammhold
536d0cc3a7
firefox-bin: 63.0.3 -> 64.0
...
See #51863 .
2018-12-12 00:26:03 +01:00
Andreas Rammhold
d16d0b3762
firefox-esr-60: 60.3.0esr -> 60.4.0esr
...
See #51863 .
2018-12-12 00:25:57 +01:00
Andreas Rammhold
783dc61f68
firefox: updated common.nix to support ffx64
...
See #51863 .
2018-12-12 00:25:33 +01:00
Daiderd Jordan
78c0253521
Merge pull request #51879 from ejpcmac/update-erlangR21
...
erlangR21: 21.1.3 -> 21.2
2018-12-11 23:22:37 +01:00
adisbladis
e1e1e7ce9a
firefox-beta-bin: 64.0b14 -> 65.0b3
2018-12-11 22:10:49 +00:00
adisbladis
2f08806ee6
firefox-devedition-bin: 65.0b1 -> 65.0b3
2018-12-11 22:10:43 +00:00
Jörg Thalheim
26572ea27d
xurls: 1.1.0 -> 2.0.0
2018-12-11 22:08:11 +00:00
Jörg Thalheim
56fdf7a296
acbuild: remove
...
Project is unmaintained. The project page propose alternatives:
https://github.com/containers/build#this-project-is-currently-unmaintained
2018-12-11 22:08:11 +00:00
Jörg Thalheim
c054af4e58
filegive: use buildGoPackage
2018-12-11 22:08:05 +00:00
markuskowa
3be43b7483
Merge pull request #51878 from ambrop72/vbox-extpack-hash-fix
...
vboxExtpack: Fix the sha256 to be hex.
2018-12-11 22:40:09 +01:00
Jörg Thalheim
3bde31f140
zfs: switch to python3
2018-12-11 21:32:25 +00:00
Alyssa Ross
26053cae74
bundlerEnv: always include default gems
...
"default" isn't really a group, it's more the absence of one. With
Bundler, this means that a gem should be installed unconditionally,
regardless of which groups are specified. It doesn't really make sense
to allow these gems to be omitted from a bundlerEnv.
2018-12-11 21:26:09 +00:00
Alyssa Ross
83a2d993d4
bundlerEnv: include all groups by default
...
This wasn't really an issue until the latest minor release of Bundix
(2.4), because prior to then Bundix didn't emit group attributes, and so
this functionality of bundlerEnv wasn't really used. However, it is now
apparent that a better default for bundlerEnv would be to include all
gem groups by default, not just the default group. This matches the
behavior of Bundler, and makes more sense, because the default group
alone isn't necessarily useful for anything -- consider a Rails app with
production, development, and test groups. It has the additional benefit
of being backwards compatible with how this would have worked before the
Bundix update.
2018-12-11 21:26:08 +00:00
Alyssa Ross
67b1265fb3
bundlerEnv: ensure dependencies always included
...
Suppose I have a Gemfile like this:
source "https://rubygems.org "
gem "actioncable"
gem "websocket-driver", group: :test
The gemset.nix generated by Bundix 2.4.1 will set ActionCable's groups
to [ "default" ], and websocket-driver's to [ "test" ]. This means that
the generated bundlerEnv wouldn't include websocket-driver unless the
test group was included, even though it's required by the default group.
This is arguably a bug in Bundix (websocket-driver's groups should
probably be [ "default" "test" ] or just [ "default" ]), but there's no
reason bundlerEnv should omit dependencies even given such an input --
it won't necessarily come from Bundix, and it would be good for
bundlerEnv to do the right thing.
To fix this, filterGemset is now a recursive function, that adds
dependencies of gems in the group to the filtered gemset until it
stabilises on the gems that match the required groups, and all of their
recursive dependencies.
2018-12-11 21:26:07 +00:00
Matthew Bauer
79e886a61b
simavr: work on macOS
2018-12-11 14:40:48 -06:00
Jean-Philippe Cugnet
08e7fe7cb9
erlangR21: 21.1.3 -> 21.2
2018-12-11 21:14:40 +01:00
Ambroz Bizjak
22acb2e3c3
vboxExtpack: Fix the sha256 to be hex.
...
It does not work if the sha256 is not hex, it fails because VBoxExtPackHelperApp requires to be given a hex hash.
See https://github.com/NixOS/nixpkgs/issues/34846 where the same problem was fixed some time ago.
2018-12-11 20:47:36 +01:00
Izorkin
3c15573712
phpPackages.couchbase: 2.3.4 -> 2.6.0
2018-12-11 20:11:36 +01:00
Izorkin
72b3ceaa2f
phpPackages.memcached: fix build with php73
2018-12-11 20:11:35 +01:00
Izorkin
43b2734f53
phpPackages.xdebug: fix build with php73
2018-12-11 20:11:35 +01:00
Izorkin
b0b623e034
phpPackages: disable build with php73
2018-12-11 20:11:34 +01:00
Izorkin
2fb2d1f67a
phpPackages.yaml: 2.0.2 -> 2.0.4
2018-12-11 20:11:33 +01:00
Izorkin
6a9f31f34c
phpPackages.v8js: 1.4.1 -> 2.1.0
2018-12-11 20:11:33 +01:00
Izorkin
6a34ad0c2e
phpPackages.igbinary: 2.0.4 -> 2.0.8
2018-12-11 20:11:32 +01:00
Izorkin
cea4312e56
phpPackages.imagick: fix build with php73
2018-12-11 20:11:31 +01:00
Izorkin
23190fb3a9
phpPackages.apcu_bc: fix build with php73
2018-12-11 20:11:31 +01:00
Izorkin
c120d94071
phpPackages.apcu: 5.1.11 -> 5.1.15
2018-12-11 20:11:30 +01:00
Izorkin
80f4d5d56a
php: fix build php 7.3 in Darwin
2018-12-11 20:11:30 +01:00
Izorkin
45ef74ccce
php: fix bug 71041
2018-12-11 20:11:29 +01:00
Izorkin
bfe31dfdcd
unit: update php module config
2018-12-11 20:11:28 +01:00
Izorkin
b5137de379
php: add custom options
2018-12-11 20:11:11 +01:00
Izorkin
f80e7df143
php72: 7.2.12 -> 7.2.13
2018-12-11 20:11:10 +01:00
Izorkin
374be65924
php71: 7.1.24 -> 7.1.25
2018-12-11 20:11:09 +01:00
Izorkin
6c8b7ac931
unit: add php module 7.3
2018-12-11 20:11:08 +01:00
Izorkin
ff7192d4d0
php: init at 7.3.0
2018-12-11 20:11:05 +01:00
Jörg Thalheim
8b3cacfdcf
logstash-forwarder: remove
...
This project was replaced by file beat:
https://github.com/elastic/logstash-forwarder#logstash-forwarder
2018-12-11 18:30:45 +00:00
Jörg Thalheim
7494175f4d
curl_unix_socket: use buildGoPackage
2018-12-11 18:30:37 +00:00
Alexey Shmalko
ebd47d7b54
Merge pull request #51838 from spacekookie/railcar
...
railcar: init at 1.0.4
2018-12-11 20:18:55 +02:00
Jörg Thalheim
643fabf8ea
syncthing: fix build ( #51866 )
...
###### Motivation for this change
fixes #51825
###### Things done
<!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->
- [x] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox ) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file ) on non-NixOS)
- Built on platform(s)
- [x] NixOS
- [ ] macOS
- [ ] other Linux distributions
- [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests ))
- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nox --run "nox-review wip"`
- [ ] Tested execution of all binary files (usually in `./result/bin/`)
- [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
- [ ] Assured whether relevant documentation is up to date
- [x] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md ).
---
2018-12-11 17:35:44 +00:00
Tim Steinbach
c89cbdcd48
linux: 4.20-rc5 -> 4.20-rc6
2018-12-11 11:11:34 -05:00
Alexey Shmalko
e376aecb1e
railcar: add reference to upstream patch
2018-12-11 17:37:18 +02:00
WilliButz
174800f2c6
grafana: 5.4.0 -> 5.4.1
2018-12-11 16:25:19 +01:00
Robert Schütz
da92eb2601
ghostwriter: 1.7.3 -> 1.7.4
2018-12-11 16:13:53 +01:00
Justin Humm
df6010aa3a
python3Packages.cytoolz: fix build
...
cytoolz has a test failure with Python 3.7 [0]. There is a debian patch
for it, which didn't make it into upstream yet [1].
[0] https://github.com/pytoolz/cytoolz/issues/122
[1] 5ce4158dee/debian/patches/py37.patch
2018-12-11 16:06:48 +01:00
Robert Schütz
3c71836095
Merge pull request #51731 from marsam/update-python-robotframework-selenium2library
...
pythonPackages.robotframework-selenium2library: 1.6.0 -> 3.0.0
2018-12-11 15:47:03 +01:00
worldofpeace
1aa709be21
Merge pull request #51867 from couchemar/hub-2.6.1
...
gitAndTools.hub: 2.6.0 -> 2.6.1
2018-12-11 09:39:37 -05:00
Mario Rodas
cf46e28f0a
pythonPackages.robotframework-selenium2library: 1.6.0 -> 3.0.0
2018-12-11 09:10:00 -05:00
Mario Rodas
850b2592c3
pythonPackages.robotframework-seleniumlibrary: init at 3.2.0
2018-12-11 09:10:00 -05:00
Mario Rodas
0890aa4d6a
pythonPackages.mockito: init at 1.1.1
2018-12-11 09:10:00 -05:00
Mario Rodas
e3a0c05a80
pythonPackages.approvaltests: init at 0.2.4
2018-12-11 09:09:59 -05:00
Mario Rodas
f52cb0a6b4
pythonPackages.robotstatuschecker: init at 1.3
2018-12-11 09:09:59 -05:00
Robert Schütz
4a6367e262
Merge pull request #51809 from samueldr/fix/caffe2-python36
...
[WIP] caffe2: Use python36Packages explicitly.
2018-12-11 14:59:16 +01:00
Sarah Brofeldt
84bf8f36ad
Merge pull request #51300 from tilpner/minio-update
...
minio/minio-client: update
2018-12-11 14:21:32 +01:00
Yurii Rashkovskii
66958e6ac5
luigi: 2.7.9 -> 2.8.0
2018-12-11 20:10:42 +07:00
Alyssa Ross
1a69b3303f
Merge pull request #51865 from rawkode/feature/fix-wavebox-deps
...
wavebox: 4.5.3 -> 4.5.5
2018-12-11 13:02:45 +00:00
tilpner
380fce5bc3
minio-client: 2018-07-31T02-28-53Z -> 2018-12-05T22-59-07Z
2018-12-11 13:59:43 +01:00
tilpner
d08187edce
minio: 2018-07-31T02-11-47Z -> 2018-12-06T01-27-43Z
2018-12-11 13:59:36 +01:00
Andrey Pavlov
6153dc76f2
gitAndTools.hub: 2.6.0 -> 2.6.1
2018-12-11 15:48:00 +03:00
David McKay
eb1e6bfde6
Adhere to Styleguide
2018-12-11 12:15:33 +00:00
David McKay
8ad1ef1ea5
wavebox: Update & Clean Dependencies
2018-12-11 11:57:34 +00:00
Sarah Brofeldt
6449501902
Merge pull request #51788 from plumelo/feature/distrobuilder
...
distrobuilder: 2018_06_29 -> 2018_10_04
2018-12-11 12:56:04 +01:00
Sarah Brofeldt
29860f25d5
Merge pull request #51814 from peterhoeg/u/pio
...
platformio: 3.6.1 -> 3.6.2
2018-12-11 12:54:55 +01:00
Sarah Brofeldt
4d34cfcd96
Merge pull request #51851 from veprbl/pr/rivet_bump
...
rivet: 2.6.1 -> 2.6.2
2018-12-11 12:49:48 +01:00
Sarah Brofeldt
b960d1ab0b
Merge pull request #51855 from samueldr/auto/dbeaver/nixpkgs-unstable/5.3.0
...
dbeaver: 5.2.5 -> 5.3.0
2018-12-11 12:49:09 +01:00
Samuel Dionne-Riel
31298112f3
caffe2: Use python36Packages explicitly.
...
Fallout from 0f38d9669f
2018-12-11 11:31:15 +01:00
Samuel Dionne-Riel
f9b16e60da
pythonPackages.protobuf: apply patch for python 3.7 only when building with it
...
Change introduced in #50672 .
The patch does not apply on older protobuf like protobuf3_1
```
$ nix-build -E 'with import ./. { }; python3Packages.protobuf.override { protobuf = protobuf3_1; }'
unpacking sources
unpacking source archive /nix/store/1zdyl0cxaa8ha2v1zp75zzdjd6j99d0m-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/util/python/BUILD
patching sources
applying patch /nix/store/yagx7hvylnnjq7lxbcia0y5lq1r736w3-0a59054c30e4f0ba10f10acfc1d7f3814c63e1a7.patch
patching file google/protobuf/pyext/descriptor.cc
Hunk #1 succeeded at 55 (offset -1 lines).
patching file google/protobuf/pyext/descriptor_containers.cc
patching file google/protobuf/pyext/descriptor_pool.cc
Hunk #1 succeeded at 47 (offset -1 lines).
patching file google/protobuf/pyext/extension_dict.cc
Hunk #1 FAILED at 53.
1 out of 1 hunk FAILED -- saving rejects to file google/protobuf/pyext/extension_dict.cc.rej
patching file google/protobuf/pyext/message.cc
Hunk #1 succeeded at 82 (offset 3 lines).
Hunk #2 succeeded at 1425 (offset -104 lines).
```
Since the patch isn't necessary on python versions older than 3.7, let's
only apply it for version 3.7. This means that most things using older
protobuf implementation will now be able to build when using an older
pythonPackage set (as is most probably the case anyway).
This still leaves protobuf 3.1 using packages hanging, but the errors
will be localized to those that would be breaking anyway with the
upgrade to 3.7 as default python.
2018-12-11 11:30:52 +01:00
Tor Hedin Brønner
f07d5d125d
Merge pull request #51861 from hedning/fix-libcouchbase-test
...
libcouchbase: tests can't run in parallel
2018-12-11 10:52:02 +01:00
Ivan
ca8b128aa1
credstash: add standalone Python application ( #51807 )
...
credstash was only available as a library. Provide it as a standalone
application as well.
In order for this to work, I needed to remove the copy of
the library that's placed in $out/bin and marked executable
during the install phase. Other than the patched shebang and
executable bit, it's identical to the library that's installed to
$out/lib/python3.7/site-packages.
Before the postFixup has run `wrapPythonPrograms`, $out/bin contains
two Python files -- credstash and credstash.py -- where bin/credstash
is the executable you'd expect a user to invoke from the command-line
and bin/credstash.py contains the credstash module, which bin/credstash
imports.
After `wrapPythonPrograms` has run, bin/credstash is a shell
wrapper around the bin/.credstash-wrapped python entrypoint, and
bin/credstash.py is shell wrapper around bin/.credstash.py-wrapped.
Invoking bin/credstash execs bin/.credstash-wrapped, and that python
script attempts to import the credstash module from bin/credstash.py,
the shell wrapper, rather than either bin/.credstash.py-wrapped or
lib/python3.7/site-packages/credstash.py.
This leads to an error:
$ credstash get mykey
Traceback (most recent call last):
File "/nix/store/hk6yma716w6141lcdh509d6qyyi7zm0i-python3.7-credstash-1.15.0/bin/.credstash-wrapped", line 8, in <module>
from credstash import main
File "/nix/store/hk6yma716w6141lcdh509d6qyyi7zm0i-python3.7-credstash-1.15.0/bin/credstash.py", line 2
export PATH='/nix/store/6lm4gi5iv8fbf1b1mm6g3gfnnv63f1gn-python3-3.7.1/bin:/nix/store/hk6yma716w6141lcdh509d6qyyi7zm0i-python3.7-credstash-1.15.0/bin:/nix/store/2n13gf1zdr39ir5dynxlkqndxgy36g08-python3.7-setuptools-40.4.3/bin:/nix/store/mhnqwpa4y1l81zi4cwx989i8h8z9g67l-python3.7-jmespath-0.9.0/bin:/nix/store/qc6q3a2nv4211wyh7q319v6zzd3ab6pc-python3.7-docutils-0.14/bin'${PATH:+':'}$PATH
^
SyntaxError: invalid syntax
If we try using `dontWrapPythonPrograms` to resolve this, runtime
dependency lookups fail:
$ credstash get mykey
Traceback (most recent call last):
File "/run/current-system/sw/bin/credstash", line 7, in <module>
from credstash import main
File "/nix/store/8rmldlvlv1z1xl7w02dy7f5qhkzdrg8z-python3.7-credstash-1.15.0/bin/credstash.py", line 26, in <module>
import boto3
ModuleNotFoundError: No module named 'boto3'
I was able to resolve things by simply removing bin/credstash.py before
the postFixup phase has a chance to wrap any executables. Now the
executable imports the library correctly:
(shell wrapper)
bin/credstash
│ (python executable)
└─> bin/.credstash-wrapped
│ (python library)
└─> lib/python3.7/site-packages/credstash.py
2018-12-11 10:49:27 +01:00
Nathan van Doorn
69ee0a80dc
metamath: 0.167 -> 0.168
2018-12-11 09:10:06 +00:00
Tor Hedin Brønner
7cadf5f76c
libcouchbase: tests can't run in parallel
...
70e2b0bef0
turned on parallel checking for cmake
by default. This doesn't work for libcouchebase.
2018-12-11 09:51:04 +01:00
Peter Hoeg
796d270f53
platformio: 3.6.1 -> 3.6.2
...
Broken on aarch64.
2018-12-11 16:37:07 +08:00
Vincent Laporte
1a04bd4414
ocamlPackages.checkseum: init at 0.0.3
...
Chekseum is an OCaml library which implements ADLER-32 and CRC32C Cyclic
Redundancy Check. It provides 2 implementation, the first in C and the
second in OCaml.
Homepage: https://github.com/mirage/checkseum
2018-12-11 08:12:27 +00:00
Vincent Laporte
e9b43adab7
ocamlPackages.optint: init at 0.0.2
...
This library provide one module Optint which internally uses an int if
you are in a x64 architecture or an int32 (boxed value) if you are in a
x86 architecture.
Homepage: https://github.com/mirage/optint
2018-12-11 08:12:27 +00:00
Ivan Kozik
a9c43dd9ef
jdk11_headless: fix the build on amd64
...
This fixes:
checking user specified JVM feature list...
configure: error: Cannot continue
configure: Unknown JVM features specified: "zgc--enable-headless-only"
configure: The available JVM features are: "aot cds cmsgc compiler1 compiler2 dtrace epsilongc g1gc graal jfr jni-check jvmci jvmti link-time-opt management minimal nmt parallelgc serialgc services static-build vm-structs zero zgc"
configure exiting with result code 1
builder for '/nix/store/1awwzd98crcgxad3srdkv8smhxgiz2qp-openjdk-11.0.1-b13.drv' failed with exit code 1
2018-12-11 06:14:21 +00:00
Katharina Fey
7641a13447
railcar: init at 1.0.4
...
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2018-12-11 00:48:50 +01:00
Samuel Dionne-Riel
1c3079fce3
dbeaver: 5.2.5 -> 5.3.0
2018-12-10 17:48:56 -05:00
Dmitry Kalinkin
99d4e656c5
rivet: 2.6.1 -> 2.6.2
2018-12-10 17:28:30 -05:00
Dmitry Kalinkin
7726c8b0ed
yoda: 1.7.3 -> 1.7.4
2018-12-10 17:28:08 -05:00
Dmitry Kalinkin
86344b3a52
Merge pull request #49488 from eadwu/rstudioWrapper/add-desktop-file
...
rstudioWrapper: include desktop file
2018-12-10 17:18:44 -05:00
Michael Raskin
654d324230
Merge pull request #51756 from markuskowa/upd-lvm2
...
lvm2: 2.02.177 -> 2.03.01
2018-12-10 22:02:02 +00:00
Philipp Middendorf
f4ea6fd287
epsxe: add libGLU_combined to buildInputs
...
This fixes #51845 .
2018-12-10 22:41:22 +01:00
Renaud
c9d58d1321
Merge pull request #51763 from pbogdan/add-ant-theme
...
ant-theme: init at 1.2.0
2018-12-10 22:39:27 +01:00
Renaud
04b3d33260
Merge pull request #51827 from andir/steam
...
steam: ran update-runtime.py
2018-12-10 22:27:29 +01:00
Alexey Shmalko
bc51418f1a
neovim-pygui: remove
2018-12-10 23:19:45 +02:00
Tim Steinbach
475d653afd
sbt-extras: 2018-09-27 -> 2018-12-04
2018-12-10 12:56:39 -05:00
Alyssa Ross
017390185a
Merge pull request #51817 from qolii/linux_hardkernel_4_14_78__4_14_85
...
linux_hardkernel_4_14: 4.14.78-150 -> 4.14.85.152
2018-12-10 17:08:37 +00:00
markuskowa
49996e17ae
Merge pull request #51812 from samueldr/fix/altcoins-and-boost165
...
Fixes three altcoins packages to use boost165
2018-12-10 17:35:12 +01:00
Alyssa Ross
c9ead109ca
Merge pull request #51725 from das-g/geckodriver-0.22.0
...
geckodriver: unstable-2018-02-24 -> 0.22.0
2018-12-10 15:57:45 +00:00
Tor Hedin Brønner
59d1fb6151
Merge pull request #44497 from hedning/gnome-upstream-wayland
...
Add gnome wayland support
2018-12-10 16:53:27 +01:00
Vincent Laporte
655231a612
coqPackages.simple-io: init at 0.2
...
Purely functional IO for Coq.
homepage: https://github.com/Lysxia/coq-simple-io
2018-12-10 15:35:34 +00:00
Vincent Laporte
e21a5e6035
coqPackages_8_9.coq-ext-lib: init at 0.10.0
2018-12-10 15:33:59 +00:00
Jörg Thalheim
6e61418a64
Merge pull request #51833 from Synthetica9/revert-47909-menuconfig
...
Revert "linux: inside nix-shell, allow make menuconfig"
2018-12-10 15:23:07 +00:00
Raphael Borun Das Gupta
1edf950fa2
geckodriver: unstable-2018-02-24 -> 0.22.0
...
Motivation: unstable-2018-02-24 (which reports to be
0.19.1, but probably doesn't correspond to any actual
geckodriver release) isn't compatible with the currently
shipped Firefox version 63.0
closes NixOS/nixpkgs#50380
2018-12-10 16:22:11 +01:00
worldofpeace
ea22830eaf
Merge pull request #51816 from etu/sequeler_0_6_4
...
sequeler: 0.6.3 -> 0.6.4
2018-12-10 10:09:30 -05:00
Tim Steinbach
147f9a0f96
oh-my-zsh: 2018-11-02 -> 2018-11-27
2018-12-10 09:54:19 -05:00
Patrick Hilhorst
ffd47d5b16
Revert "linux: inside nix-shell, allow make menuconfig"
2018-12-10 15:50:36 +01:00
Robert Schütz
e1a837cfb5
seafile-client: 6.2.8 -> 6.2.9
2018-12-10 15:50:30 +01:00
Robert Schütz
25de143c84
seafile-shared: 6.2.8 -> 6.2.9
2018-12-10 15:50:29 +01:00
markuskowa
07b5b553c6
Merge pull request #51811 from veprbl/pr/cernlib_fix
...
cernlib: fix build
2018-12-10 15:30:05 +01:00
Dmitry Kalinkin
6fb67ca241
Merge pull request #44909 from mnacamura/zathura
...
zathura: keep wrapper's WM_CLASS consistent with unwrapped binary
2018-12-10 09:11:55 -05:00
Dmitry Kalinkin
a1ef7fd877
cernlib: restrict supported arches
2018-12-10 17:05:22 +03:00
Alexey Shmalko
ed46fe4f04
Merge pull request #51821 from Tomahna/iris
...
mopidy-iris: 3.31.2 -> 3.31.3
2018-12-10 15:36:25 +02:00
edef
995d224f44
Merge pull request #51664 from erictapen/tlslite-ng-init
...
pythonPackages.tlslite-ng: init at 0.7.5, migrate tlslite references to it, delete tlslite
2018-12-10 13:03:27 +00:00
Markus Kowalewski
aed8699993
grub: add patch for XFS sparse inode feature
...
xfsprogs-4.16 introduced an new on disk format feature
that is not recognized properly by grub. This patch
allows grub to access XFS filesystem created with
xfsprogs >= 4.16.
This upstream patch can be removed for grub-2.03.
2018-12-10 13:52:55 +01:00
Andreas Rammhold
1de88c36cc
steam: ran update-runtime.py
2018-12-10 13:50:06 +01:00
Justin Humm
93bf0a02f5
pythonPackages.tlslite: delete, migrate refs to pythonPackages.tlslite-ng
...
tlslite has a test failure on Python 3.7 [0]. @tomato42, a commiter of
tlslite and author of tlslite-ng said, that tlslite is abandoned (last
commit 2015) and tlslite-ng should be used as a drop in replacement.
[0] https://github.com/trevp/tlslite/issues/121
2018-12-10 13:45:45 +01:00
Timo Kaufmann
f0ea741a9a
Merge pull request #51786 from symphorien/giac-1.5
...
giac: 1.4.9 -> 1.5.0
2018-12-10 13:40:03 +01:00
Maximilian Bosch
f64f8a312f
Merge pull request #51613 from the-kenny/regenerate-node-packages
...
nodePackages: Regenerate
2018-12-10 13:31:53 +01:00
Philipp Middendorf
cd075e5045
pro-office-calculator: init at 1.0.6
2018-12-10 11:49:20 +01:00
Moritz Ulrich
6d21e8d361
nodePackages: Regenerate and fix azure-cli
...
Regenerates the `nixpkgs` NodeJS set (and updates all dependencies
internally).
Also, the `azure-cli` package doesn't build with NodeJS 10, so now
NodeJS 8 is used for `azure-cli`.
Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
2018-12-10 11:46:46 +01:00
Kevin Rauscher
3b7a7f7b22
mopidy-iris: 3.31.2 -> 3.31.3
2018-12-10 10:55:21 +01:00
Tor Hedin Brønner
d54bfa8f41
gnome3.gnome-session: prevent crash when launching wayland sessions
...
gnome-session inherits GDMS PATH, which is at the moment non-functional. In X11
this didn't matter as the `Xsession` wrapper would populate the environment
beforehand. Wayland sessions doesn't source `Xesssion` (duh), so we patch
`bin/gnome-session` to use absolute paths for `grep` and `bash`.
In addition `bin/gnome-session` is a simple wrapper around
`libexec/gnome-session-binary` mostly responsible for sourcing the users profile
before launching the binary. This made our wrapping of `bin/gnome-session`
ineffective on wayland as the profile would reset the environment. Simply wrap
`libexec/gnome-session-binary` instead.
2018-12-10 10:27:00 +01:00
José Romildo Malaquias
57b2bcf7f5
zafiro-icons: 0.7.3 -> 0.7.7
2018-12-10 07:11:34 -02:00
qoli
f6172b634d
linux_hardkernel_4_14: 4.14.78-150 -> 4.14.85.152
2018-12-10 00:17:08 -08:00
Elis Hirwing
3cdbdd20c4
sequeler: 0.6.3 -> 0.6.4
...
Changelog: https://github.com/Alecaddd/sequeler/releases/tag/v0.6.4
2018-12-10 09:13:37 +01:00
Vincent Laporte
2b66c286be
coqPackages.corn: init at 8.8.1
2018-12-10 07:56:32 +00:00
Dmitry Kalinkin
357f6a8b7e
cernlib: fix build
...
The imake rules contain a comment line that looks like a pragma. Recently imake
in nixpkgs was switched to use tradcpp, which is a bit more strict about
interpreting unknown pragmas. To fix the build, the comments is changed to use
C++ style comments.
2018-12-10 06:38:45 +03:00
Samuel Dionne-Riel
8ded84ec2a
altcoins.sumokoin: use boost165
2018-12-09 21:55:55 -05:00
Samuel Dionne-Riel
af0da18577
altcoins.masari: use boost165
2018-12-09 21:55:54 -05:00
Samuel Dionne-Riel
7a1a98e745
altcoins.dero: use boost165
2018-12-09 21:55:54 -05:00
Jörg Thalheim
48e49d01b6
Merge pull request #51781 from Mic92/openssl-11-docs
...
openssl_1_1: Add "doc" output to contain HTML documentation
2018-12-10 00:43:20 +00:00
Maximilian Bosch
de02111a51
Merge pull request #51534 from jbedo/bowtie2
...
bowtie2: fix missing dependencies
2018-12-10 00:58:51 +01:00
Alexey Shmalko
ef966c1952
Merge pull request #51719 from marsam/postgresql-build-icu-support
...
postgresql: Build with icu support
2018-12-10 01:52:54 +02:00
Jörg Thalheim
d81439db9b
Merge pull request #51785 from rvolosatovs/update/vim-plugins
...
vimPlugins: Update
2018-12-09 23:46:50 +00:00
Symphorien Gibol
29242e472e
giac: build with nauty support
2018-12-09 23:18:58 +01:00
Symphorien Gibol
2253b3e760
nauty: also install libs
2018-12-09 23:18:53 +01:00
Symphorien Gibol
8b4f885264
giac: add missing optional dependencies
2018-12-09 23:18:53 +01:00
Symphorien Gibol
e7801461e0
giac: don't split in multiple outputs for when gui enabled
...
This breaks the Phys and Turtle menu, among other things.
2018-12-09 23:18:53 +01:00
Symphorien Gibol
b5435d0551
giac: 1.4.9 -> 1.5.0
2018-12-09 23:18:46 +01:00
markuskowa
c362f98ba0
Merge pull request #51791 from dotlambda/borgbackup-1.1.8
...
borgbackup: 1.1.7 -> 1.1.8
2018-12-09 22:34:02 +01:00
markuskowa
2e0c3d202c
Merge pull request #51793 from hedning/fix-virtualboxGuestAdditions
...
linuxPackages.virtualboxGuestAdditions: fix hash
2018-12-09 22:29:41 +01:00
Florian Klink
1b30dc84c9
Merge pull request #51746 from hedning/ghostscript-9.26
...
ghostscript: 9.25 -> 9.26
2018-12-09 22:26:47 +01:00
Andreas Rammhold
acf738bc54
smartmontools: drivedb 4548 -> 4852
2018-12-09 21:14:04 +01:00
Vincent Laporte
8c11c9528e
frama-c: Chlorine -> Argon
2018-12-09 19:50:38 +00:00
Tor Hedin Brønner
aad9baeba8
linuxPackages.virtualboxGuestAdditions: fix hash
2018-12-09 20:46:07 +01:00
Sarah Brofeldt
66829ce40e
Merge pull request #51568 from akru/master
...
parity: 2.1.6 -> 2.1.9; parity-beta: 2.2.1 -> 2.2.4
2018-12-09 19:11:29 +01:00
Sarah Brofeldt
8b11a8a336
Merge pull request #51569 from akru/polkadot
...
polkadot: init at 0.2.17
2018-12-09 18:48:06 +01:00
Robert Schütz
3adf8427d2
borgbackup: 1.1.7 -> 1.1.8
2018-12-09 18:01:54 +01:00
Meghea Iulian
efe8be7fd4
distrobuilder: 2018_06_29 -> 2018_10_04
2018-12-09 18:38:23 +02:00
Maximilian Bosch
10fa7c5707
Merge pull request #51391 from mt-caret/dpt-rp1-py
...
dpt-rp1-py: init at 2018-10-16
2018-12-09 17:09:24 +01:00
worldofpeace
307ccf9dd1
plank: hide launcher in pantheon
2018-12-09 10:45:29 -05:00
Roman Volosatovs
75a1dfbe75
vimPlugins: Update
2018-12-09 16:24:46 +01:00
Andrew Dunham
14087abe6a
openssl_1_1: Add "doc" output to contain HTML documentation
...
This prevents cluttering up openssl_1_1.out with many megabytes of
documentation.
Fixes #51659
2018-12-09 14:49:00 +00:00
rnhmjoj
9b484cfb91
monero: build with hidapi
2018-12-09 15:48:55 +01:00
Richard Marko
b4f0faf42f
ipmicfg: 1.28.0 -> 1.29.0
2018-12-09 14:29:28 +01:00
Markus Kowalewski
09f9e5456b
gnuradio-with-packages: build gsm and limesdr only on linux
...
This allows to build gnuradio-with-packages again on darwin
* libosmocore: remove darwin from platforms
* gnuradio-limesdr: remove darwin from platforms
2018-12-09 13:41:58 +01:00
Markus Kowalewski
0534ed2c59
libosmocore: 0.9.6 -> 0.12.1
...
Add gnutls to buildInputs
2018-12-09 13:41:58 +01:00
eyJhb
f0f36737e2
displaylink: changed systemd start to not block ( #51760 )
...
Previously during boot, displaylink would hang during boot for the 2
minutes timeout.
2018-12-09 11:48:15 +00:00
Jörg Thalheim
f350904688
Merge pull request #51759 from eyJhb/displaylink-bump
...
displaylink: 4.1.9 -> 4.4.24
2018-12-09 11:46:16 +00:00
Jörg Thalheim
61951656be
Merge pull request #51777 from markuskowa/fix-rtlsdr
...
rtl-sdr: remove linker-fix.patch, unbreak on darwin
2018-12-09 11:45:24 +00:00
eyjhbb@gmail.com
24dcf0c4ea
displaylink: 4.1.9 -> 4.4.24 - updated link
2018-12-09 12:35:58 +01:00
Alexey Shmalko
2801679e4b
Merge pull request #51764 from Taneb/metamath
...
Metamath: init at 0.167
2018-12-09 13:16:20 +02:00
Jörg Thalheim
3fc03e52c0
Merge pull request #51762 from r-ryantm/auto-update/Vc
...
vc: 1.4.0 -> 1.4.1
2018-12-09 11:00:17 +00:00
Markus Kowalewski
c047c26791
lvm2: 2.02.177 -> 2.03.01
...
* switch to sources to git
* add libaio to buildInputs
2018-12-09 11:43:08 +01:00
Nathan van Doorn
395b69a6a0
metamath: init at 0.167
2018-12-09 10:18:25 +00:00
Markus Kowalewski
b2333ed52a
rtl-sdr: remove linker-fix.patch
...
not needed on rtl-sdr-0.6.0
2018-12-09 11:18:13 +01:00
Michael Raskin
6dad52ebf6
Revert "spice: add kerberos dependency"
...
Already fixed by #51769
This reverts commit a9779bdfc4
.
2018-12-09 11:09:27 +01:00
Peter Simons
ad212c5991
stockfish: update to version 10
2018-12-09 11:01:14 +01:00
Michael Raskin
a9779bdfc4
spice: add kerberos dependency
2018-12-09 10:55:32 +01:00
Vladimír Čunát
17acf57f9d
fbreader: fixup build with curl-7.62
...
This was easy to patch; submitted upstream.
2018-12-09 10:27:22 +01:00
Jörg Thalheim
9a37ec0d61
Merge pull request #51769 from pbogdan/cyrus-sasl
...
cyrus_sasl: merge PR #51651 into master
2018-12-09 08:40:02 +00:00
Herwig Hochleitner
ccb93eb6b0
chromium: update conditionals and gcc patches for min version 71
...
(cherry picked from commit 604579e45f10ce5ccadd76c71f1bac648bd0971d)
2018-12-09 04:11:27 +01:00
Vincent Laporte
83d84c08b9
filterCoqPackages: honor recurseIntoAttrs
2018-12-09 03:08:54 +00:00
Piotr Bogdan
ee09eacc35
cyrus_sasl: merge PR #51651 into master
2018-12-09 02:15:50 +00:00
Jörg Thalheim
a2aa3dc0bd
Merge pull request #51755 from r-ryantm/auto-update/wavebox
...
wavebox: 4.4.0 -> 4.5.3
2018-12-09 00:34:07 +00:00
Jörg Thalheim
384aa9ffa8
Merge pull request #51761 from r-ryantm/auto-update/vulkan-tools
...
vulkan-tools: 1.1.85.0 -> 1.1.92
2018-12-08 23:45:35 +00:00
R. RyanTM
a8c7bbaa69
vc: 1.4.0 -> 1.4.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/vc/versions
2018-12-08 15:30:18 -08:00
Piotr Bogdan
dc0963b445
ant-theme: init at 1.2.0
2018-12-08 23:27:15 +00:00
Alexey Shmalko
211938532c
pythonPackages.neovim-remote: 2.1.0 -> 2.1.1
2018-12-09 01:25:54 +02:00
R. RyanTM
da042144da
vulkan-tools: 1.1.85.0 -> 1.1.92
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vulkan-tools/versions
2018-12-08 15:24:05 -08:00
Jörg Thalheim
c19083961d
Merge pull request #51752 from r-ryantm/auto-update/zsh-autosuggestions
...
zsh-autosuggestions: 0.4.3 -> 0.5.0
2018-12-08 23:18:31 +00:00
Alexey Shmalko
4898e09215
pythonPackages.neovim-0.3.0 -> pythonPackages.pynvim-0.3.1
2018-12-09 01:15:41 +02:00
eyjhbb@gmail.com
139c99ce91
displaylink: 4.1.9 -> 4.4.24
2018-12-09 00:14:58 +01:00
R. RyanTM
7598fd57d3
yquake2: 7.20 -> 7.30
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yquake2/versions
2018-12-08 15:12:59 -08:00
R. RyanTM
14541f7672
wavebox: 4.4.0 -> 4.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/wavebox/versions
2018-12-08 15:03:18 -08:00
Renaud
3556990e36
Merge pull request #51589 from tilpner/tigervnc-update
...
tigervnc: 1.8.0pre2017041 -> 1.9.0
2018-12-08 23:55:55 +01:00