Robert Schütz
fe633fb1be
python.pkgs.pytest-isort: 0.2.1 -> 0.3.1
2019-03-13 23:49:35 +01:00
Mario Rodas
1f3844b86a
pgcenter: 0.5.0 -> 0.6.1 ( #57574 )
2019-03-13 23:48:57 +01:00
Paul TREHIOU
2d6c19efd6
riot-web: 1.0.1 -> 1.0.3 ( #57586 )
2019-03-13 23:40:44 +01:00
Aaron Janse
b98e20811b
sublimetext3: 3176 -> 3200 ( #57600 )
2019-03-13 23:35:32 +01:00
Robert Schütz
b8f0c18369
Merge pull request #56839 from avnik/fix/cairocffi
...
Fix cairocffi build
2019-03-13 23:35:17 +01:00
taku0
e933c7875b
flashplayer: 32.0.0.142 -> 32.0.0.156 ( #57571 )
2019-03-13 23:30:50 +01:00
Robert Schütz
01cb9b01b8
python3.pkgs.cairosvg: 2.2.1 -> 2.3.0
2019-03-13 23:28:43 +01:00
Will Dietz
0ccfa4af08
pacman: 5.1.2 -> 5.1.3 ( #57563 )
...
Not listed on official website[1],
but present in release directory[2]...
and seems legit[3][4]
Fixes CVE, looks like:
https://lwn.net/Articles/782828/
[1] https://www.archlinux.org/pacman/#_releases
[2] https://sources.archlinux.org/other/pacman/
[3] https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/pacman&id=f48884ebff6788406fe1911f179a363bd2aeb9b1
[4] https://lists.archlinux.org/pipermail/pacman-dev/2019-March/023208.html
2019-03-13 23:26:00 +01:00
xeji
2df7df966c
Merge pull request #57568 from fgaz/drawpile/2.1.2
...
drawpile: 2.0.11 -> 2.1.2
2019-03-13 23:24:09 +01:00
Jan Tojnar
c1d70b5801
Merge pull request #57001 from jtojnar/almanah
...
almanah: init at 0.11.1
2019-03-13 23:16:15 +01:00
Michael Weiss
9179a3a406
Merge pull request #57414 from primeos/sway-1.0
...
sway: Switch to 1.0
2019-03-13 22:40:37 +01:00
worldofpeace
64c8f268df
gnome3.meld: fix gobject-introspection
...
See: https://github.com/NixOS/nixpkgs/issues/56943
2019-03-13 17:05:23 -04:00
Vladyslav M
c21ca7b704
Merge pull request #57597 from jD91mZM2/cargo-tree
...
cargo-tree: v0.22.0 -> v0.25.0
2019-03-13 22:57:21 +02:00
Herwig Hochleitner
a72bb46155
webkitgtk: 2.22.7 -> 2.24.0
2019-03-13 21:10:24 +01:00
jD91mZM2
a51310e6a5
cargo-tree: v0.22.0 -> v0.25.0
2019-03-13 19:24:28 +01:00
Orivej Desh
bc9a42e07a
cyrus-sasl: fix broken link when building without kerberos
...
Since the name is part of the url, the unconventional suffix in the name breaks the url.
2019-03-13 18:01:01 +00:00
Peter Simons
54258e459f
haskell-pandoc-citeproc: update override for the new version
2019-03-13 18:11:03 +01:00
Peter Simons
bbf5431865
haskell-texmath: drop obsolete override
2019-03-13 18:11:03 +01:00
Peter Simons
8a0d1650a3
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.2 from Hackage revision
9fb5246e3c
.
2019-03-13 18:11:03 +01:00
Peter Simons
c18759113e
LTS Haskell 13.12
2019-03-13 18:11:03 +01:00
Will Dietz
88cd06d0f2
Merge pull request #57560 from dtzWill/fix/lightdm-gtk-greeter-configureFlags
...
lightdm_gtk_greeter: fix configureFlags to not be one long string
2019-03-13 11:25:02 -05:00
Herwig Hochleitner
006a699e69
chromium: 72.0.3626.121 -> 73.0.3683.75
...
CVE-2019-5787 CVE-2019-5788 CVE-2019-5789 CVE-2019-5790 CVE-2019-5791
CVE-2019-5792 CVE-2019-5793 CVE-2019-5794 CVE-2019-5795 CVE-2019-5796
CVE-2019-5797 CVE-2019-5798 CVE-2019-5799 CVE-2019-5800 CVE-2019-5801
CVE-2019-5802 CVE-2019-5803 CVE-2019-5804
2019-03-13 16:19:29 +01:00
Jörg Thalheim
0139c4ba2b
Merge pull request #57565 from Kaali/fix-darwin-ccls
...
Use llvmPackages_7 explicitly for ccls
2019-03-13 11:33:57 +00:00
Andrew Childs
c53703a6b2
nixos/prometheus: use append instead of insert for opening firewalls ( #55224 )
...
Inserting with `-I` causes the rules to placed before `ctstate`
tracking, while `-A` places them alongside all other allow rules.
2019-03-13 12:44:36 +02:00
Andreas Rammhold
a09281ef5a
Merge pull request #57074 from dtzWill/update/nodejs-2019-03-08
...
nodejs_{6,8,10,11}_x: update, security fixes
2019-03-13 11:42:27 +01:00
Alexander V. Nikolaev
e878fd6f5f
pythonPackages.cairocffi: support 1.0 and 0.9
...
This patch ensures that Python2 can be used if cairocffi is used.
Version 1.0 dropped Python 2 support.
2019-03-13 11:37:51 +01:00
Michael Weiss
578fe3f5a0
nixos/sway: Improve the module and adapt it to NixOS
...
This commit contains the following changes:
- nixos/sway: Remove the beta references
- sway: Drop buildDocs
- nixos/sway: Improve the documentation
- sway,nixos/sway: Adapt Sway to NixOS
- Copy the default configuration file to /etc/sway/config (Sway will
still load the identical file from the Nix store but this makes it
easier to copy the default configuration file).
- This will also remove all references to the Nix store from the
default configuration file as they will eventually be garbage
collected which is a problem if the user copies it.
- I've also decided to drop the default wallpaper (alternatively we
could copy it to a fixed location).
- nixos/sway: Drop the package option
2019-03-13 11:37:11 +01:00
Maximilian Bosch
8dac864470
pythonPackages.thumbor: 6.6.0 -> 6.7.0
...
This patch ensures that the currently broken `thumbor`[1] package builds
and works again.
The following problems were fixed:
* Rather than placing required packages (like `gifsicle` or `exiftool`)
into the build input list, we reference them explicitly where needed
to ensure that the package works after the build without further
installs.
* Skip the `test_redeye_applied` test case which is broken for a while
now.
[1] https://hydra.nixos.org/build/90290998
2019-03-13 11:36:38 +01:00
Maximilian Bosch
16c2c6b66d
python3Packages.qasm2image: require Python 3.5 at least
...
According to `setup.py` in 0.8 older Python wouldn't work.
2019-03-13 11:36:37 +01:00
Francesco Gazzetta
1a39920ae0
drawpile: add some comments explaining the deps
2019-03-13 11:30:46 +01:00
Francesco Gazzetta
8cc2a2ffff
drawpile: 2.0.11 -> 2.1.2
2019-03-13 11:29:56 +01:00
Väinö Järvelä
4c53321e96
Use llvmPackages_7 explicitly for ccls
...
llvmPackages_latest picks too old LLVM for ccls on macOS. Which breaks
the build.
2019-03-13 12:17:08 +02:00
worldofpeace
128d96e3c3
gopass: 1.8.4 -> 1.8.5
...
https://github.com/gopasspw/gopass/releases/tag/v1.8.5
2019-03-13 01:33:59 -04:00
Will Dietz
7971975f29
lightdm_gtk_greeter: fix configureFlags to not be one long string
...
For whatever reason, setting `configureFlagsArray` causes
the configure invocation to escape spaces between parameters:
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/4bn8dsr743dp0g5j020jf8why5hkld3p-lightdm-gtk-greeter-2.0.6 --localstatedir=/var\ --sysconfdir=/etc\ --disable-indicator-services-command\ --enable-at-spi-command=/nix/store/li9bsxl8qja8qw0pa70xd572gw5hqsdm-at-spi2-core-2.30.1/libexec/at-spi-bus-launcher\ \ --launch-immediately
This actually doesn't break the build (!) but it does break
lightdm pretty badly for me and it's not hard to imagine why :).
Instead, use configureFlags as normal but just append the command
in `preConfigure` directly, so we can preserve the space.
2019-03-12 23:14:24 -05:00
robert seaton
402e7f9d0a
tamsyn: init at 1.11
...
* tamsyn: init at 1.11
* tamsyn: refactor
Co-Authored-By: robertseaton <robbpseaton@gmail.com>
* tamsyn: refactor
Co-Authored-By: robertseaton <robbpseaton@gmail.com>
* tamsyn: refactor
Co-Authored-By: robertseaton <robbpseaton@gmail.com>
2019-03-12 20:45:19 -07:00
Mario Rodas
6cff78771b
termtosvg: fetch source from pypi
2019-03-12 22:53:45 -04:00
worldofpeace
cc29045d99
lightdm_gtk_greeter: disable indicator services
...
Needs upstart [0] and that's long gone now.
[0]: https://git.launchpad.net/lightdm-gtk-greeter/tree/configure.ac?id=f6ce16f2107de712a0edd8f5fb6853ea6ab8a399#n154
2019-03-12 22:46:39 -04:00
worldofpeace
b5cac7566f
lightdm_gtk_greeter: correct at-spi-command
...
Without manually setting the command with the
flag, it's hardcoded to some FHS path.
2019-03-12 22:46:39 -04:00
Ryan Mulligan
a6000c05b1
Merge pull request #57537 from eadwu/glava/display-version
...
glava: correctly display version information
2019-03-12 19:43:28 -07:00
Mitch
aac69819d6
moosefs: init at 3.0.103
...
* moosefs: init at 3.0.103
* fix email
* fix formatting
* fixes as suggested
2019-03-12 19:41:37 -07:00
Robert Djubek
f0bd27150a
pythonPackages.weboob: fix build
2019-03-12 22:39:48 -04:00
Steve Chávez
28d49431c0
tds_fdw: init a 1.0.8
...
* tds_fdw: init a 1.0.8
* Use pname
2019-03-12 19:38:58 -07:00
Ryan Mulligan
8d0b3d5e4f
Merge pull request #57286 from r-ryantm/auto-update/libosmium
...
libosmium: 2.15.0 -> 2.15.1
2019-03-12 19:31:43 -07:00
Ryan Mulligan
8fb8dbf259
Merge pull request #57376 from r-ryantm/auto-update/protozero
...
protozero: 1.6.4 -> 1.6.7
2019-03-12 19:30:22 -07:00
Robert Djubek
c0f03051fa
pythonPackages.pdfminer: 20170720 -> 20181108
2019-03-12 22:13:03 -04:00
Benjamin Smith
f4d24273e5
nginx: add http subs filter module ( #56546 )
2019-03-13 02:16:40 +02:00
R. RyanTM
65898a4ddb
postgresqlPackages.pgtap: 0.99.0 -> 1.0.0 ( #57360 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgtap/versions
2019-03-13 00:58:12 +02:00
R. RyanTM
6eb1869902
tortoisehg: 4.8.2 -> 4.9 ( #57491 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tortoisehg/versions
2019-03-13 00:55:30 +02:00
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Benjamin Hipple
c484d9b501
findnewest: init at 0.3
...
* findnewest: init at 0.3
* Update pkgs/development/tools/misc/findnewest/default.nix
Co-Authored-By: bhipple <bhipple@protonmail.com>
* Update pkgs/development/tools/misc/findnewest/default.nix
Co-Authored-By: bhipple <bhipple@protonmail.com>
* Update pkgs/development/tools/misc/findnewest/default.nix
Co-Authored-By: bhipple <bhipple@protonmail.com>
* Update pkgs/development/tools/misc/findnewest/default.nix
Co-Authored-By: bhipple <bhipple@protonmail.com>
2019-03-12 15:28:20 -07:00