adisbladis
5a3b818368
Merge pull request #85894 from zowoq/podman-crio
...
podman team: add cri-o packages/module
2020-04-24 11:34:07 +02:00
Julien Moutinho
3fe7332383
stig: use pytestCheckHook ( #85364 )
2020-04-23 23:55:05 -04:00
worldofpeace
b4d7725cfe
Merge pull request #76082 from squalus/ungoogled
...
ungoogled-chromium: init at 81.0.4044.92-2
2020-04-23 21:03:18 -04:00
zowoq
e3025ca128
cri-o: update maintainers
2020-04-24 08:08:53 +10:00
zowoq
b1138cc386
cni-plugins: update maintainers
2020-04-24 08:08:39 +10:00
Michael Weiss
71c672133a
Merge pull request #85783 from primeos/sway-wrapper-exec-support
...
sway: Make it possible to use exec in extraSessionCommands
2020-04-23 22:34:33 +02:00
Sergey Lukjanov
9e58c8363b
kubernetes-helm: 3.1.2 -> 3.1.3
2020-04-23 10:12:32 -07:00
worldofpeace
17db6b8ad6
elementary-planner: 2.3.2 -> 2.3.3
2020-04-23 13:11:03 -04:00
Jörg Thalheim
b16a5e2847
Merge pull request #85863 from Luflosi/update/kitty
...
kitty: 0.17.2 -> 0.17.3
2020-04-23 17:09:21 +01:00
Mario Rodas
7c41b7dee7
Merge pull request #85830 from marsam/update-spotify-tui
...
spotify-tui: 0.17.1 -> 0.18.0
2020-04-23 09:10:50 -05:00
Luflosi
5abb13d3e0
kitty: 0.17.2 -> 0.17.3
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.17.3
2020-04-23 15:41:21 +02:00
Pavol Rusnak
461a252bee
verifast: change license to MIT
...
It seems verifast was relicensed to MIT in 2016:
b3c1bce76a
As this was the only package using lib.licenses.msrla I dropped it.
2020-04-23 09:59:33 +00:00
Alyssa Ross
98b3ac8d40
crosvm: 79.12607.0.0-rc4 -> 81.12871.0.0-rc1
2020-04-23 09:06:11 +00:00
Alyssa Ross
56e9d1f936
chromiumOSPackages.updateScript: fix buildspec url
...
"paladin" doesn't seem to be up to date, whereas "full" seems to match
what cros-updates-serving.appspot.com reports is currently being
shipped to Chromebooks.
2020-04-23 09:06:11 +00:00
Peter Hoeg
920c51e408
msmtp: fix for broken queueing
...
PR #85846
2020-04-23 10:59:41 +02:00
Bart Brouns
d0b9212338
x42-plugins: 20200114 -> 20200411
...
The patchShebangs need to stay. Upstream changed them to /usr/bin/env,
but I forgot that doesn't exist at build time.
2020-04-23 08:22:07 +02:00
zowoq
97851a33ac
podman: add passthru.tests
2020-04-23 08:14:55 +02:00
Frederik Rietdijk
cff0669a48
Merge master into staging-next
2020-04-23 08:11:16 +02:00
Benjamin Hipple
c039152ba8
Merge pull request #85834 from marsam/update-git-gone
...
gitAndTools.git-gone: 0.3.0 -> 0.3.2
2020-04-22 22:05:55 -04:00
worldofpeace
19c3bbfff1
elementary-planner: cleanup
...
* add elementary theme
The program forces this theme to be used
* update description
2020-04-22 21:27:24 -04:00
zowoq
f7b9c6c28b
gitAndTools.gh: 0.6.4 -> 0.7.0
...
https://github.com/cli/cli/releases/tag/v0.7.0
2020-04-23 08:49:28 +10:00
Aaron L. Zeng
ef6b333854
tixati: 2.67 -> 2.72
2020-04-22 13:49:56 -07:00
Savanni D'Gerinel
ccb580fa4d
fitnesstrax: init at 0.1.0 ( #83336 )
...
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2020-04-22 15:35:20 -04:00
worldofpeace
b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
...
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Frederik Rietdijk
8374a2a0ee
Merge master into staging-next
2020-04-22 17:20:20 +02:00
Michael Weiss
1a047c4a8e
sway: Make it possible to use exec in extraSessionCommands
...
This is useful for use-cases like this (logging to journald):
```
programs.sway.extraSessionCommands = ''
if [ -z "$_SWAY_DID_SYSTEMD_CAT" ]; then
export _SWAY_DID_SYSTEMD_CAT=1
exec ${config.systemd.package}/bin/systemd-cat -t sway "$0" "$@"
fi
# ... (potentially also another exec)
'';
```
Without this change the rest of the extraSessionCommands won't be
executed after the exec since the whole extraSessionCommands block would
be skipped during the re-execution (_SWAY_WRAPPER_ALREADY_EXECUTED is
already set).
2020-04-22 17:09:20 +02:00
Martin Milata
d5b14e58c4
tensor: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
1d8ea89504
candle: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
9384f48860
iannix: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
cc8d12118c
qt-box-editor: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
4ee9179a11
aqemu: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
a0a076b857
awesomebump: use qt5's mkDerivation
...
Wrap Qt program manually, remove makeWrapper from nativeBuildInputs.
2020-04-22 15:23:10 +02:00
Martin Milata
eae808331c
bibletime: use qt5's mkDerivation
2020-04-22 15:23:09 +02:00
Martin Milata
98f126615f
bomi: use qt5's mkDerivation
...
Wrap Qt program manually, remove makeWrapper from nativeBuildInputs.
2020-04-22 15:23:09 +02:00
Martin Milata
21d3ce5887
dfasma: use qt5's mkDerivation
2020-04-22 15:23:09 +02:00
Martin Milata
22af8e8ed7
mindforger: use qt5's mkDerivation
2020-04-22 15:23:09 +02:00
Martin Milata
affebc8600
okteta: use qt5's mkDerivation
2020-04-22 15:22:37 +02:00
Martin Milata
9f0dba1302
openbrf: use qt5's mkDerivation
2020-04-22 15:21:50 +02:00
Martin Milata
606a15d9d8
phototonic: use qt5's mkDerivation
2020-04-22 15:21:50 +02:00
Martin Milata
2986699ab0
qcomicbook: use qt5's mkDerivation
2020-04-22 15:21:50 +02:00
Martin Milata
5f70a209da
qmediathekview: use qt5's mkDerivation
2020-04-22 15:21:50 +02:00
Martin Milata
e036261b15
qstopmotion: use qt5's mkDerivation
2020-04-22 15:21:50 +02:00
Martin Milata
4b7193b67a
ricochet: use qt5's mkDerivation
2020-04-22 15:21:50 +02:00
Martin Milata
86aab71590
swift-im: use qt5's mkDerivation
2020-04-22 15:21:50 +02:00
Martin Milata
461843af71
traverso: use qt5's mkDerivation
2020-04-22 15:21:49 +02:00
Martin Milata
01de13ad6f
valentina: use qt5's mkDerivation
2020-04-22 15:21:49 +02:00
Martin Milata
904fc69424
write_stylus: use qt5's mkDerivation
2020-04-22 15:21:49 +02:00
Martin Milata
7d1c2c05c5
caneda: use qt5's mkDerivation
2020-04-22 15:21:49 +02:00
Alyssa Ross
81902419dd
mblaze: install msuck and mblow
...
There are lots of other scripts in contrib that we should probably
also install, but I didn't feel like taking the time to review them
all and figure out what dependencies they would need.
It would have been a shame to add a mandatory dependency on Ruby (and
all that entails) to a package that otherwise has basically no
dependencies, so I've made the Ruby dependency optional.
2020-04-22 12:52:47 +00:00
Peter Hoeg
f690b34603
Merge pull request #83054 from peterhoeg/u/icr
...
crystal: change all crystal programs to use buildCrystalPackage and update pkgs
2020-04-22 20:31:35 +08:00