1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

231810 commits

Author SHA1 Message Date
Even Brenden 660882d883 nixos/displayManager: add XDG_SESSION_ID to systemd user environment
xss-lock needs XDG_SESSION_ID to respond to loginctl lock-session(s)
(and possibly other session operations such as idle hint management).
This change adds XDG_SESSION_ID to the list of imported environment
variables when starting systemctl.

Inspired by home-manager, add importVariables configuration.

Set session to XDG_SESSION_ID when running xss-lock as a service.

Co-authored-by: misuzu <bakalolka@gmail.com>
2020-09-05 20:36:18 +02:00
Martin Weinelt 48faedc336 python3Packages.diceware: expose as library 2020-06-22 11:44:53 -07:00
Maximilian Bosch 3c3840ecd6
stellarium: 0.20.1 -> 0.20.2
https://github.com/Stellarium/stellarium/releases/tag/v0.20.2
2020-06-22 20:30:42 +02:00
Maximilian Bosch ab38702594
Merge pull request #91257 from Th0rgal/master
wpsoffice: add myself as a maintainer
2020-06-22 19:12:46 +02:00
Maximilian Bosch dca182df88
Merge pull request #91248 from mmilata/mautrix-0.5.7
pythonPackages.mautrix: 0.5.4 -> 0.5.7
2020-06-22 18:59:05 +02:00
Marek Mahut 6d5bbeb8fe
Merge pull request #89247 from mmilata/python-bitcoinlib-0.11.0
pythonPackages.bitcoinlib: 0.9.0 -> 0.11.0
2020-06-22 18:49:19 +02:00
Vladimír Čunát e896ebc920
Merge #89034: sslyze: init at 3.0.7 2020-06-22 18:27:50 +02:00
Vincent Laporte 22a81aa5fc ocamlPackages.async_unix: 0.13.0 → 0.13.1 2020-06-22 17:52:02 +02:00
Ryan Mulligan 31fa8b5cb9
Merge pull request #90385 from r-ryantm/auto-update/jp
jp: 0.1.2 -> 0.1.3
2020-06-22 08:34:29 -07:00
Emery Hemingway ad32426b47 av-98: init at 1.0.2dev 2020-06-22 19:52:13 +05:30
Jörg Thalheim 70c2c30618
Merge pull request #91284 from danieldk/micro-man
micro: install man page
2020-06-22 14:48:17 +01:00
Gabriel Ebner d0ebf2d443
Merge pull request #90103 from Pamplemousse/fix_pyside2
pythonPackages.pyside2: don't fail import on missing `shiboken2`
2020-06-22 15:24:46 +02:00
Daniël de Kok bc03b771fd micro: install man page 2020-06-22 15:13:19 +02:00
Daniël de Kok 2aaef877e3
Merge pull request #91108 from sikmir/micro
micro: 2.0.3 -> 2.0.5
2020-06-22 15:03:18 +02:00
Tim Steinbach 7bbca84761
oh-my-zsh: 2020-06-18 -> 2020-06-19 2020-06-22 08:36:11 -04:00
Jan Tojnar bc235be99a
Merge pull request #90561 from r-ryantm/auto-update/gmic
gmic: 2.9.0 -> 2.9.1
2020-06-22 14:10:32 +02:00
Timo Kaufmann f72a67f7d8
Merge pull request #91141 from ivan/grab-site-2.1.19
grab-site: 2.1.16 -> 2.1.19
2020-06-22 12:29:13 +02:00
Eelco Dolstra b505bf202b Update nixUnstable and nixFlakes 2020-06-22 12:11:49 +02:00
Maximilian Bosch 14bc25038b
gitea: 1.12.0 -> 1.12.1
https://github.com/go-gitea/gitea/releases/tag/v1.12.1
2020-06-22 11:26:09 +02:00
Peter Hoeg fea4603212
sqlitebrowser: 3.11.2 -> 3.12.0 (#91271) 2020-06-22 11:19:35 +02:00
Florian Klink 554e90cae7
vimPlugins.vim-bsv: init at 2019-07-11 (#91253)
This provides syntax highlighting, autoindent, completions and more for
Bluespec (.bsv) files.
2020-06-22 11:05:41 +02:00
Jaka Hudoklin 9e3dd22795 code-server: init at 3.4.1 2020-06-22 10:12:12 +02:00
Frederik Rietdijk 7bf20d7c17 ruby: use buildPackages.bison_3_5, fixes cross compilation
Ruby is not compatible with the latest bison version we have so in
458b2cb7d6 I made it use the older 3.5.
This broke cross-compilation. bison is a native build input, so we need
to take it from the `buildPackages` set.
2020-06-22 09:32:21 +02:00
Daniël de Kok 79218383b7
Merge pull request #91236 from tilpner/openimagedenoise-update
openimagedenoise: 1.1.0 -> 1.2.1
2020-06-22 09:07:02 +02:00
Phil Wetzel 7b9448665e mwprocapture: 1.2.4054 -> 1.2.4177 2020-06-21 22:34:49 -07:00
Martin Weinelt 7fae3f8534 pythonPackages.poetry: 1.0.5 -> 1.0.9
Disables Python2 support and enables tests.

Co-Authored-By: Jonathan Ringer <jonringer117@gmail.com>
2020-06-21 21:59:07 -07:00
Martin Weinelt 3bfcfa9a76 pythonPackages.clikit: 0.6.1 -> 0.6.2
Also fix the build by adding the crashtest dependency.
2020-06-21 21:59:07 -07:00
Martin Weinelt b8d1c67679 pythonPackages.crashtest: init at 0.3.0 2020-06-21 21:59:07 -07:00
Jonathan Ringer b5badcf3d3 python3Packages.spectral-cube: fix tests 2020-06-21 21:57:32 -07:00
Jonathan Ringer 6647b4c99f python3Packages.reproject: 0.6 -> 0.7.1, fix build 2020-06-21 21:57:32 -07:00
Jonathan Ringer b5453127da python3Packages.extension-helpers: init at 0.1 2020-06-21 21:57:32 -07:00
Jonathan Ringer 3d95ed80b9 python2Packages.pytest-doctestplus: disable python2, abandoned upstream 2020-06-21 21:57:32 -07:00
Jonathan Ringer ba332b6f8f python3Packages.pytest-astropy: add missing deps, fix build 2020-06-21 21:57:32 -07:00
Jonathan Ringer 19b96a1969 python3Packages.pytest-filter-subpackage: init at 0.1.1 2020-06-21 21:57:32 -07:00
Jonathan Ringer 26126db757 python3Packages.pytest-astropy-header: init at 0.1.2 2020-06-21 21:57:32 -07:00
Jonathan Ringer f7c999c912 python3Package.aioftp: disable tests, missing package 2020-06-21 21:57:32 -07:00
Jonathan Ringer aefee8624d python3Packages.requests-file: fix tests 2020-06-21 21:57:32 -07:00
Jonathan Ringer a1af12dcdf python3Packages.structlogs: fix build 2020-06-21 21:57:32 -07:00
Jonathan Ringer 0458e8862e python2Packages.flask-caching: disabled python2, abandon 2020-06-21 21:57:32 -07:00
Daniël de Kok 734f1dea8b
Merge pull request #91196 from jduan/jduan--add-fastmod
fastmod: init at 0.4.0
2020-06-22 06:47:51 +02:00
Matthew Bauer 74c8e34ece
Merge pull request #91114 from danieldk/clojure-man-pages
clojure: install man pages
2020-06-21 21:33:20 -04:00
Aaron Andersen d9e94d1d03
Merge pull request #91069 from Ma27/bump-gitea
gitea: 1.11.6 -> 1.12.0
2020-06-21 19:16:27 -04:00
Max Wittig 42ab6da6a8
gitlab-runner: 13.0.1 -> 13.1.0 (#91239) 2020-06-21 22:41:47 +00:00
Maximilian Bosch b31645cfa9
Merge pull request #91247 from dotlambda/fix-khard
khard: fix tests
2020-06-22 00:01:26 +02:00
Thomas Marchand 0b58e1dcd0 wpsoffice: add myself as a maintainer 2020-06-21 23:56:49 +02:00
Jingjing Duan 5f48a53f69 fastmod: init at 0.4.0 2020-06-21 13:27:47 -07:00
Florian Klink 44d75efd7f
Merge pull request #91214 from flokli/make-ext4-fs-fudge-factor
nixos/make-ext4-fs: increase fudge factor from 1.03 to 1.10
2020-06-21 22:13:12 +02:00
Jörg Thalheim 5d9cb9a0c2
Merge pull request #91229 from nagisa/nagisa/tracy-binaries 2020-06-21 20:58:31 +01:00
Jörg Thalheim db7e2b484b
python3.pkgs.zimports: add missing setuptools (#90026)
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-06-21 19:06:39 +00:00
Matthieu Coudron b5dc9f6ba7
Merge pull request #91235 from onsails/vim-plugins
Missing vim plugins
2020-06-21 20:53:00 +02:00