Commit graph

265887 commits

Author SHA1 Message Date
Thomas Tuegel 5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Thomas Tuegel 67b7cffaec
wrapQtAppsHook: only run the hook once 2021-01-25 15:56:15 -06:00
Thomas Tuegel 3320cdf9f1
qt5.mkDerivation: enableParallelBuilding is default 2021-01-25 15:56:14 -06:00
Thomas Tuegel e605824a92
qt.section.md: use new syntax for admonitions 2021-01-25 15:56:14 -06:00
Thomas Tuegel 02924cf951
nixpkgs/manual: update Qt documentation 2021-01-25 15:56:14 -06:00
Thomas Tuegel 7744998f04
qtbase: Set cmakeFlags and NIX_CFLAGS_COMPILE in setupHook 2021-01-25 15:56:05 -06:00
Thomas Tuegel b80ce0aeca
qmake: Select debug or release build
The qmake hook sets its own `CONFIG+=debug` or `CONFIG+=release` depending on
how `qtbase` was built. We no longer rely on using the custom deriver for this
feature.
2021-01-24 09:51:34 -06:00
Michele Guerini Rocco c49c0928ed
Merge pull request #96763 from rnhmjoj/p11kit
nss: add option to use p11-kit
2021-01-24 14:45:29 +01:00
github-actions[bot] 98869352a9
Merge staging-next into staging 2021-01-24 12:41:15 +00:00
github-actions[bot] 09e2990117
Merge master into staging-next 2021-01-24 12:41:11 +00:00
zowoq 5cdf493674 youtube-dl: 2021.01.16 -> 2021.01.24.1
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.24.1
2021-01-24 22:39:58 +10:00
Sandro f2a2be7308
Merge pull request #110671 from illustris/rescuetime
rescuetime: 2.16.4.2 -> 2.16.5.1
2021-01-24 13:38:22 +01:00
Sandro c2785a405b
Merge pull request #110664 from TredwellGit/xorg.xf86videonouveau
xorg.xf86videonouveau: 1.0.16 -> 1.0.17
2021-01-24 13:13:38 +01:00
Nicolas Mattia e63d0738a7
lsyncd: build on darwin (#109981)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-24 12:22:36 +01:00
Sandro 31e38da733
Merge pull request #110669 from fabaff/desc-glances-api
python3Packages.glances-api: fix description
2021-01-24 12:15:31 +01:00
jakobrs 460b9f53b2 lua: Add more symlinks to lua.pc
This creates a symlink to lua.pc for every name of the file used by Arch:

For a version of Lua (for example, 5.4) we now have:
- lib/pkgconfig/lua.pc
- lib/pkgconfig/lua-5.4.pc
- lib/pkgconfig/lua5.4.pc
- lib/pkgconfig/lua54.pc
2021-01-24 11:01:04 +01:00
illustris ad91c491fa rescuetime: 2.16.4.2 -> 2.16.5.1 2021-01-24 15:30:52 +05:30
rnhmjoj cc8a4227c1
nixos/tests/custom-ca: init
This is a NixOS test for the security.pki options.
2021-01-24 10:50:56 +01:00
rnhmjoj b9bb98cf49
nss: add option to use p11-kit
This commit adds an option to replace libnssckbi with the
p11-kit-trust[1] module. It makes all NSS application (like Firefox,
Chromium, etc.) use the system trust store (/etc/ssl/certs/ in NixOS)
and other PKCS#11 modules without ad-hoc configuration.

This approach was first implemented in Fedora[2] and other distributions
like Arch Linux, later.
[1]: https://p11-glue.github.io/p11-glue/p11-kit/manual/trust-nss.html

[2]: https://fedoraproject.org/wiki/Features/SharedSystemCertificates
2021-01-24 10:50:52 +01:00
Michael Raskin 813e19964e
Merge pull request #110108 from r-ryantm/auto-update/mpfi
mpfi: 1.5.3 -> 1.5.4
2021-01-24 09:37:11 +00:00
Fabian Affolter 6a12c0b99e python3Packages.glances-api: fix description 2021-01-24 09:25:38 +01:00
dadada dc8231950c gitea: add passthru.tests
Reference nixos tests to execute on package upgrades.
2021-01-24 08:50:59 +01:00
Frederik Rietdijk 4acf7fd6bc Revert "findutils: 4.7.0 -> 4.8.0"
Broke darwin stdenv
https://github.com/NixOS/nixpkgs/pull/110647#issuecomment-766300643

This reverts commit 67000665dd.
2021-01-24 08:45:38 +01:00
Ryan Burns a761d5ed1b cmake: fix build on darwin
Fixes missing CoreFoundation declarations since bump to 3.19.3,
e.g. `error: unknown type name 'CFUUIDRef'`

ApplicationServices.h transitively includes CoreFoundation.h, but as we
patch ApplicationServices out of CMake, the CF symbols were not visible.
Previously this was not a concern, as they were not needed until
d250b67722
2021-01-24 08:45:10 +01:00
TredwellGit ba5dedbbd0 xorg.xf86videonouveau: 1.0.16 -> 1.0.17
https://lists.freedesktop.org/archives/nouveau/2021-January/037766.html
2021-01-24 07:33:12 +00:00
github-actions[bot] 5d637e0016
Merge staging-next into staging 2021-01-24 06:44:06 +00:00
github-actions[bot] a2994c588a
Merge master into staging-next 2021-01-24 06:44:02 +00:00
Profpatsch 2a9f33600c hpack: add a statically built executable
hpack is a little tool to convert a yaml spec to a cabal file, but its
runtime closure depends on ghc if it’s not built statically.
2021-01-24 07:02:19 +01:00
Jörg Thalheim 2dde588a28
Merge pull request #110656 from siraben/vim-plugins-overrides-stdenv-lib
vim-plugins/overrides.nix: stdenv.lib -> lib
2021-01-24 04:23:58 +00:00
John Ericson a75cc05fcf
Merge pull request #97070 from obsidiansystems/lowdown-outputs
lowdown: Split out "bin" and "man" outputs
2021-01-23 23:08:43 -05:00
Ben Siraphob f38a63c10b vim-plugins/overrides.nix: stdenv.lib -> lib 2021-01-24 10:55:21 +07:00
Fabian Affolter c846241bac python3Packages.build: 0.0.3.1 -> 0.1.0 2021-01-23 19:07:57 -08:00
Fabian Affolter 5adc098c1d python3Packages.build: adjust meta 2021-01-23 19:07:57 -08:00
Fabian Affolter 445a3f548b python3Packages.dulwich: update licensing (GPLv2+ and ASL 2.0) 2021-01-23 19:07:57 -08:00
Fabian Affolter 16206d0a20 python3Packages.dulwich: adjust meta 2021-01-23 19:07:57 -08:00
Fabian Affolter 2048734cb4 python3Packages.dulwich: 0.20.14 -> 0.20.15 2021-01-23 19:07:57 -08:00
Fabian Affolter 3117287a11 detect-secrets: 0.12.4 -> 0.14.3 2021-01-23 19:07:20 -08:00
Fabian Affolter 04eab02b16 python3Packages.pyahocorasick: init at 1.4.0 2021-01-23 19:07:20 -08:00
Attila Lendvai 21c56fc3cf nixos/doc/manual: In the preface, add link to #chap-contributing
Turned the freetext suggestion about opening the build output
into a copy-pastable xdg-open line.

Renamed title to 'Contributing to this manual'.
2021-01-23 18:58:54 -08:00
Sandro c58219fff6
Merge pull request #110467 from teto/luarocks-update 2021-01-24 03:18:07 +01:00
Sandro 77f32f2f3c
Merge pull request #110628 from prusnak/stdenv-lib
treewide: stdenv.lib -> lib
2021-01-24 03:10:32 +01:00
Matthew Bauer 84408a6ad0
Merge pull request #100687 from spease/add-newer-xcode-hashes
darwin: update xcode versions
2021-01-23 20:04:50 -06:00
Sandro 25a0ad1c85
Merge pull request #110648 from neonfuz/koreader
koreader 2020.12 -> 2021.01
2021-01-24 03:03:13 +01:00
Sandro 4d6d14a0a9
Merge pull request #109875 from rhoriguchi/dynamic-panel-transparency
gnomeExtensions.dynamic-panel-transparency: init at 35
2021-01-24 03:02:56 +01:00
Sandro 51ea855376
Merge pull request #109735 from berberman/fcitx5-mozc 2021-01-24 02:47:37 +01:00
Tristan e3a86d5577
multimc: Update to latest development build (#110439) 2021-01-24 02:47:06 +01:00
Sandro bee0930f47
Merge pull request #110427 from svrana/go-minimock/set-version
go-minimock: include version in build flags
2021-01-24 02:31:22 +01:00
Sandro f752e4dd0a
Merge pull request #100140 from helsinki-systems/shadered
shadered: init at 1.4.1
2021-01-24 02:24:16 +01:00
Sage Raflik 26994cd384 koreader 2020.12 -> 2021.01 2021-01-23 19:19:16 -06:00
github-actions[bot] 1b9433b0f9
Merge staging-next into staging 2021-01-24 01:18:54 +00:00