Commit Graph

259591 Commits

Author SHA1 Message Date
Dylan Baker
807c0b0df5 waffle: Add support for non-linux platforms
Waffle works perfectly well on macOS and Windows. Because the meson
options do proper dependency checking already, we can just leave them
out. This has the additional benefit of allowing gbm, surfaceless_egl
and x11_egl supoort to be built on Linux, which are useful in
conjunction with the piglit test suite.
2020-12-22 15:33:27 -08:00
Dylan Baker
fd4e4bd8be waffle: Use meson instead of cmake
The cmake build system is deprecated upstream.
2020-12-22 15:33:27 -08:00
Silvan Mosberger
4a8ea93127
Merge pull request #65609 from jslight90/patch-2
nixos/sd-image-aarch64: update deprecated option
2020-12-23 00:19:09 +01:00
adisbladis
f475529d44
Merge pull request #107284 from r3v2d0g/emacs-wrapper-nativecomp
emacs: replace 'emacs.nativeComp' in wrapper with 'nativeComp'
2020-12-23 00:07:44 +01:00
adisbladis
51df49e2ea
Merge pull request #107396 from pallix/fix-typo-comment-emacs-packages
Fix small typo in a comment of emacs-packages
2020-12-22 23:42:30 +01:00
Bernardo Meurer
d39e298135
Merge pull request #107160 from NixOS/zsh-powerlevel10k
zsh-powerlevel10k: 0.14.3 -> 0.14.4
2020-12-22 22:31:35 +00:00
Elis Hirwing
aa9bc1fdf9
Merge pull request #106905 from stephank/imagick-7
phpExtensions.imagick: upgrade to ImageMagick 7
2020-12-22 23:25:35 +01:00
Jan Tojnar
3dfcc7e3a5
Merge pull request #107044 from jtojnar/overridable-php-packages 2020-12-22 22:39:29 +01:00
Bernardo Meurer
d3a8c46fa8
Merge pull request #107409 from r-ryantm/auto-update/ulauncher
ulauncher: 5.8.1 -> 5.9.0
2020-12-22 21:31:01 +00:00
Aaron Andersen
1e6e7c2bef
Merge pull request #106994 from aanderse/sqitch
sqitch: package cleanup
2020-12-22 16:10:26 -05:00
Robert Hensing
1a553d53c7
Merge pull request #107354 from lrworth/bash-5.1
bash: 5.0 -> 5.1
2020-12-22 21:57:08 +01:00
Bernardo Meurer
aebe77d84f
Merge pull request #107389 from LumiGuide/esptool
esptool: 2.7 -> 3.0, fix #82965
2020-12-22 20:38:08 +00:00
Bernardo Meurer
0312504c2e
Merge pull request #107407 from wishfort36/master
polybar: 3.5.0 -> 3.5.2
2020-12-22 20:27:03 +00:00
Pavol Rusnak
c03280f9ca
Merge pull request #107343 from mmilata/lndmon-201202
prometheus-lnd-exporter: unstable-2020-01-09 -> unstable-2020-12-04
2020-12-22 21:07:00 +01:00
Simonas Kazlauskas
0f8e7ab737
mapproxy: 1.12.0 -> 1.13.0 (#107203)
Switched to using python3, because pyproj fails to build with python2
2020-12-22 20:49:17 +01:00
Sandro
010e239e5e
Merge pull request #107388 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 4.0.3 -> 4.1.1
2020-12-22 20:48:49 +01:00
Tim Steinbach
bf0589a3c5
linux/hardened/patches/5.9: 5.9.15.a -> 5.9.16.a 2020-12-22 14:37:21 -05:00
Tim Steinbach
371b86735f
linux/hardened/patches/5.4: 5.4.84.a -> 5.4.85.a 2020-12-22 14:37:19 -05:00
Tim Steinbach
96396f35b8
linux-rt_5_4: 5.4.82-rt45 -> 5.4.84-rt47 2020-12-22 14:36:53 -05:00
Tim Steinbach
8e3726f3c5
awscli: 1.18.200 -> 1.18.201 2020-12-22 14:27:20 -05:00
Tim Steinbach
d943d0a2a9
python3Packages.boto3: 1.16.40 -> 1.16.41 2020-12-22 14:26:41 -05:00
Tim Steinbach
6fc561f950
python3Packages.botocore: 1.19.40 -> 1.19.41 2020-12-22 14:26:34 -05:00
Felix Buehler
d130a65903 MediaElch: init at 2.8.2 2020-12-22 20:22:10 +01:00
Sandro
b94b61ce59
Merge pull request #107397 from fabaff/htop
htop: 3.0.3 -> 3.0.4
2020-12-22 20:14:57 +01:00
Sandro
5e577a5128
Merge pull request #107390 from fabaff/daphne
python3Packages.daphne: 2.5.0 -> 3.0.1
2020-12-22 20:09:41 +01:00
Sandro
8fa21d4316
Merge pull request #107414 from sternenseemann/progressbar2-fix
pythonPackages.progressbar2: fix build
2020-12-22 20:05:39 +01:00
Mario Rodas
9a6de99845 nodejs-15_x: 15.4.0 -> 15.5.0
https://github.com/nodejs/node/releases/tag/v15.5.0
2020-12-22 14:02:00 -05:00
github-actions[bot]
e0d458ed2c
Merge master into staging-next 2020-12-22 18:27:30 +00:00
Tim Steinbach
f0bce04b99
sudo: 1.9.4p1 -> 1.9.4p2 2020-12-22 13:27:08 -05:00
Michele Guerini Rocco
275337c5b7
Merge pull request #107393 from prusnak/monero
monero{,-gui}: 0.17.1.6 -> 0.17.1.7
2020-12-22 19:26:17 +01:00
sternenseemann
0cefcc625d pythonPackages.progressbar2: fix build
build failed because tests depend on pytest-pep8 which is unmaintained
and therefore not worth packaging. it's probably better to wait for
upstream to resolve the linked issue.
2020-12-22 19:22:58 +01:00
Martin Weinelt
9232d4168e
Merge pull request #106535 from sternenseemann/ufonormalizer-0.5.2
pythonPackages.ufonormalizer: 0.5.0 -> 0.5.2
2020-12-22 18:51:41 +01:00
Sandro
9a49d640a5
Merge pull request #107050 from romildo/upd.luna-icons
luna-icons: 0.6 -> 0.9
2020-12-22 18:44:33 +01:00
Sandro
81c729e2b8
Merge pull request #107384 from fabaff/lexicon
lexicon: 3.4.3 -> 3.5.2
2020-12-22 18:40:16 +01:00
Sandro
6411d7470f
Merge pull request #106454 from cpcloud/nomad-one-point-oh
nomad_1_0: init at 1.0.1
2020-12-22 18:29:43 +01:00
R. RyanTM
157edfdf71 python37Packages.requests-hawk: 1.0.1 -> 1.1.0 2020-12-22 09:04:42 -08:00
R. RyanTM
cf3c6d3ea5 python37Packages.tlslite-ng: 0.7.5 -> 0.7.6 2020-12-22 09:04:05 -08:00
R. RyanTM
458fc5d9fb python37Packages.hvac: 0.10.5 -> 0.10.6 2020-12-22 09:00:14 -08:00
R. RyanTM
b29490c87d python37Packages.sqlite-utils: 3.0 -> 3.1 2020-12-22 08:59:56 -08:00
R. RyanTM
d156f38d22 python37Packages.pyvips: 2.1.13 -> 2.1.14 2020-12-22 08:59:31 -08:00
R. RyanTM
a926df7398 python37Packages.toposort: 1.5 -> 1.6 2020-12-22 08:59:09 -08:00
Sandro
39fe2fc4dc
Merge pull request #106917 from con-f-use/gocli_docopts 2020-12-22 17:34:58 +01:00
Sandro
fe458a9dfd
Merge pull request #104494 from sternenseemann/chroma-0.8.2
chroma: 0.8.1 -> 0.8.2
2020-12-22 17:29:02 +01:00
0x4A6F
7bc0da6a82
dasel: 1.10.0 -> 1.11.0 2020-12-22 15:23:20 +00:00
sternenseemann
b3aed95a6e chroma: 0.8.1 -> 0.8.2
Populate version information manually to avoid having to integrate
goreleaser into the build process.
2020-12-22 16:20:53 +01:00
Sandro
c8e43db4d3
Merge pull request #107245 from lheckemann/manaplus 2020-12-22 16:12:15 +01:00
Maximilian Bosch
123f953c98
grocy: 2.7.1 -> 3.0.0
https://github.com/grocy/grocy/releases/tag/v3.0.0
2020-12-22 16:00:33 +01:00
Jacek Galowicz
47df17d39d
Merge pull request #107230 from VirtusLab/git-machete-2.15.9
gitAndTools.git-machete: 2.15.7 -> 2.15.9
2020-12-22 15:34:26 +01:00
R. RyanTM
c6f65b1d93 ulauncher: 5.8.1 -> 5.9.0 2020-12-22 14:24:52 +00:00
Anderson Torres
6690232388
Merge pull request #104197 from Chiiruno/dev/bcachefs
linux_testing_bcachefs: 5.8.0-2020.09.07 -> 5.9.0-2020.11.17 // bcachefs-tools: 2020-08-25 -> 2020-11-17
2020-12-22 11:09:43 -03:00