Commit graph

31939 commits

Author SHA1 Message Date
dywedir 92ea2c2ffd
tiled: 1.2.2 -> 1.2.3 2019-03-14 01:41:25 +02:00
R. RyanTM ca713ac877 worker: 3.15.3 -> 3.15.4 (#57506)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/worker/versions
2019-03-14 00:08:37 +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
taku0 e933c7875b flashplayer: 32.0.0.142 -> 32.0.0.156 (#57571) 2019-03-13 23:30:50 +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
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
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
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
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
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
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
Florian Franzen 871c1d5bb1 virtmanager: Fix gobject-introspection (#57385) 2019-03-12 22:29:45 +01:00
Michael Weiss 45004c6f63
sway: Switch to 1.0
This is the result of executing:
git mv -f pkgs/applications/window-managers/sway/beta.nix pkgs/applications/window-managers/sway/default.nix
git mv -f nixos/modules/programs/sway-beta.nix nixos/modules/programs/sway.nix

And removing sway-beta from the following files:
pkgs/top-level/all-packages.nix
nixos/modules/module-list.nix
2019-03-12 22:29:39 +01:00
Aria Edmonds 24c02a0f5d discord: 0.0.8 -> 0.0.9 2019-03-12 17:05:50 -04:00
Mario Rodas ea0e9147f3 syncthing: 1.0.1 -> 1.1.0 (#57364) 2019-03-12 22:01:12 +01:00
Edmund Wu 50b23ffe8e
glava: correctly display version information 2019-03-12 16:59:20 -04:00
Michael Raskin fdeb864cc8
Merge pull request #57498 from r-ryantm/auto-update/virt-viewer
virt-viewer: 7.0 -> 8.0
2019-03-12 15:28:30 +00:00
R. RyanTM 3eb717e053 qlcplus: 4.12.0 -> 4.12.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/qlcplus/versions
2019-03-12 15:02:17 +00:00
Elis Hirwing 036439e96e
Merge pull request #57508 from r-ryantm/auto-update/wsjtx
wsjtx: 2.0.0 -> 2.0.1
2019-03-12 15:57:56 +01:00
Ryan Mulligan 70a1f55fe1
Merge pull request #57340 from dtzWill/update/vit-1.3
vit: 1.2 -> 1.3, cleanup + maintain
2019-03-12 07:49:48 -07:00
Ryan Mulligan 4cb72751ea
gildas: 20190301_a -> 20190301_b (#57448) 2019-03-12 06:50:25 -07:00
Ryan Mulligan 8af1639be1
Merge pull request #57432 from r-ryantm/auto-update/pre-commit
gitAndTools.pre-commit: 1.14.2 -> 1.14.4
2019-03-12 06:09:27 -07:00
R. RyanTM 25cefadd22 wsjtx: 2.0.0 -> 2.0.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/wsjtx/versions
2019-03-12 04:31:20 -07:00
R. RyanTM 8f92b77ab4 virt-viewer: 7.0 -> 8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/virt-viewer/versions
2019-03-12 02:09:33 -07:00
Ryan Mulligan ca3b67355c
Merge pull request #57476 from eadwu/glava/1.6.0
glava: 1.5.8 -> 1.6.0
2019-03-11 21:01:52 -07:00
Will Dietz 835faea4d0
Merge pull request #57471 from r-ryantm/auto-update/qownnotes
qownnotes: 19.2.3 -> 19.3.0
2019-03-11 22:50:02 -05:00
Edmund Wu f8139bce5e
glava: 1.5.8 -> 1.6.0 2019-03-11 20:57:52 -04:00
R. RyanTM 419e25e0ef qownnotes: 19.2.3 -> 19.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qownnotes/versions
2019-03-11 17:12:23 -07:00
Sébastien Maret 6f81adb7ee
gildas: 20190301_a -> 20190301_b 2019-03-11 21:43:41 +01:00
Michael Weiss 6fa3dd2d5a
androidStudioPackages.{dev,canary}: 3.5.0.5 -> 3.5.0.6 2019-03-11 21:28:42 +01:00
Wael Nasreddine c75cb87721
Merge pull request #57296 from kalbasit/nixpkgs_go-fixes
Fixes to a few Go packages.
2019-03-11 13:11:11 -07:00
R. RyanTM e954144fab gitAndTools.pre-commit: 1.14.2 -> 1.14.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pre-commit/versions
2019-03-11 11:51:54 -07:00
Michael Weiss 1240834176
sway-beta: Use the upstream patch to fix the build failure 2019-03-11 18:51:26 +01:00
Wael M. Nasreddine 483d823ec4
gitlab-shell: export GOCACHE in the installPhase
TMPDIR, in `GOCACHE = "$TMPDIR";`, will not be intepreted  when it's set
outside of a phase.
2019-03-11 09:59:15 -07:00
Wael M. Nasreddine eee09b103c
docker: export GOCACHE for all platforms 2019-03-11 09:59:10 -07:00
Michael Weiss eb2a26f5c6
sway-beta: 1.0-rc5 -> 1.0 2019-03-11 17:02:25 +01:00
worldofpeace 988ed26778
Merge pull request #57363 from r-ryantm/auto-update/picard-tools
picard-tools: 2.18.25 -> 2.18.27
2019-03-11 07:13:20 -04:00
R. RyanTM 70815de29c picard-tools: 2.18.25 -> 2.18.27
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/picard-tools/versions
2019-03-11 03:37:34 -07:00
Jörg Thalheim c08f80839f
Merge pull request #57313 from delroth/gs-lcms2mt
ghostscript: link against "systemwide" liblcms2
2019-03-11 10:29:57 +00:00
Will Dietz 22b3b54749
Merge pull request #57200 from dtzWill/update/ipe-7.2.11
ipe: 7.2.10 -> 7.2.11, touchup
2019-03-11 05:19:27 -05:00
Peter Simons 901cb9fa48 picard: 2.1.3 -> 2.1.3 2019-03-11 09:17:36 +01:00