Commit Graph
360826 Commits
Author SHA1 Message Date
Felix Buehler 339ccbe933 lispPackages.quicklisp: switch to fetchFromGitHub 2022-03-16 00:45:13 +01:00
Felix Buehler 7bbf666c9f hydraAntLogger: switch to fetchFromGitHub 2022-03-16 00:45:12 +01:00
Felix Buehler dfff76aa14 haskellPackages.hercules-ci-optparse-applicative: switch to fetchFromGitHub 2022-03-16 00:45:12 +01:00
Felix Buehler d2c297a6a5 phpExtensions.memcached: switch to fetchFromGitHub 2022-03-16 00:45:12 +01:00
Fabian AffolterandGitHub efe0307291 Merge pull request #164221 from fabaff/bump-checkov
checkov: 2.0.941 -> 2.0.954
2022-03-15 10:38:57 +01:00
Michele Guerini RoccoandGitHub c0ede26162 Merge pull request #164050 from LunNova/lunnova/disable-lucida-bitmap-fonts
Remove ancient unfree bitmap fonts from fonts.defaultXFonts
2022-03-15 09:42:07 +01:00
Vincent LaporteandVincent Laporte aa6313a23d ocamlPackages.ppx_tools: 6.4 → 6.5 2022-03-15 08:38:01 +01:00
Fabian Affolter 1e7b952520 checkov: 2.0.941 -> 2.0.954 2022-03-15 08:17:46 +01:00
R. RyantmandJonathan Ringer b95cbc904d python310Packages.sabyenc3: 5.1.0 -> 5.1.1 2022-03-14 23:28:46 -07:00
R. RyantmandJonathan Ringer 33e7aae62f python310Packages.plaid-python: 9.1.0 -> 9.1.1 2022-03-14 22:51:41 -07:00
Jonathan RingerandJonathan Ringer 54d6aee8f3 nixos/doc/rl-22.05: mention nvidia va-api additions 2022-03-14 22:35:11 -07:00
Jonathan RingerandJonathan Ringer 0326d67a58 nixos/nvidia: add vaapi support 2022-03-14 22:35:11 -07:00
R. RyantmandJonathan Ringer be872a7453 python310Packages.pyramid_exclog: 1.0 -> 1.1 2022-03-14 22:19:05 -07:00
Bobby RongandGitHub 2d6038dc55 Merge pull request #164094 from fgaz/pt2-clone/1.42
pt2-clone: 1.41 -> 1.42
2022-03-15 13:15:55 +08:00
R. RyantmandJonathan Ringer a507a6acc1 deep-translator: 1.8.0 -> 1.8.1 2022-03-14 22:15:07 -07:00
R. RyantmandJonathan Ringer 9fe7f4ba4d python310Packages.pytest-cases: 3.6.9 -> 3.6.10 2022-03-14 22:05:18 -07:00
R. RyantmandJonathan Ringer 4b1fe3c976 python310Packages.py3status: 3.41 -> 3.42 2022-03-14 22:04:17 -07:00
Ben SiraphobandGitHub ad3d0fdfd5 Merge pull request #164079 from r-ryantm/auto-update/git-cliff 2022-03-15 02:53:44 +00:00
Markus S. Wamserandehmry 8ec9e73da6 coreboot-utils: limit intel-tools to x86-platforms 2022-03-15 02:53:20 +00:00
Martin WeineltandGitHub 519d8d2444 Merge pull request #161311 from helsinki-systems/pypy27_prebuilt_openssl 2022-03-15 02:51:08 +01:00
ArtturiandGitHub d41730c72d Merge pull request #164133 from IvarWithoutBones/fix/nuget-to-nix
nuget-to-nix: add missing comma
2022-03-15 03:46:39 +02:00
IvvandGitHub 803ff49410 Merge pull request #164180 from r-ryantm/auto-update/agi
agi: 2.2.0-dev-20220120 -> 3.1.0-dev-20220314
2022-03-15 02:09:29 +01:00
R. Ryantm 718c34857c agi: 2.2.0-dev-20220120 -> 3.1.0-dev-20220314 2022-03-15 00:47:24 +00:00
SandroandGitHub 73ad5f9e14 Merge pull request #163695 from DeterminateSystems/prometheus-cpp 2022-03-14 23:40:14 +01:00
Anderson TorresandGitHub c484c5788e Merge pull request #164131 from AndersonTorres/new-fingerd
Refactor bsd-fingerd
2022-03-14 19:32:14 -03:00
ArtturiandGitHub b54e7571e2 Merge pull request #161739 from Artturin/gsettingsfhsenv 2022-03-15 00:03:56 +02:00
Jan TojnarandGitHub 3239fd2b8f Merge pull request #164155 from a-m-joseph/evince-fix-supportMultimedia-false
evince: pass -Dmultimedia=disabled if !supportMultimedia
2022-03-14 21:53:30 +01:00
Bernardo MeurerandGitHub 462770166e Merge pull request #164140 from lovesegfault/libvirt-8.1.0
libvirt: 7.10.0 -> 8.1.0
2022-03-14 13:40:10 -07:00
ArtturiandGitHub 936d567665 Merge pull request #164052 from a-m-joseph/btrfs-progs-udev-not-systemd 2022-03-14 22:19:33 +02:00
José Romildo MalaquiasandGitHub c7d97d658e Merge pull request #164071 from r-ryantm/auto-update/cmst
cmst: 2022.01.05 -> 2022.03.13
2022-03-14 17:03:16 -03:00
Adam Joseph a6fc7b2891 evince: pass -Dmultimedia=disabled if !supportMultimedia
The evince derivation has an option supportMultimedia?true, which if
set to false will exclude gstreamer from the nativeBuildInputs.
Unfortunately this is not enough; the build will fail with:

  Run-time dependency gstreamer-base-1.0 found: NO (tried pkgconfig)

  meson.build:236:0: ERROR: Dependency "gstreamer-base-1.0" not found, tried pkgconfig

Let's pass "-Dmultimedia=disabled" to meson in this case so that the
build succeeds.

Checked with nixpkgs-hammer, which did not report any new warnings
introduced by this commit.
2022-03-14 12:45:04 -07:00
0x4A6FandGitHub 438d426b89 jujutsu: init at 0.3.1 (#161421) 2022-03-14 20:34:02 +01:00
Luke Granger-BrownandGitHub 52a956f0cf Merge pull request #157417 from schuelermine/update-weechat-3.3-3.4
weechat: 3.3 -> 3.4.1
2022-03-14 19:21:01 +00:00
Cole Helbling c281c1e4e9 proxysql: use vendored prometheus-cpp
They specifically want v0.9.0 and already have it vendored. However,
we continue to use the civetweb from Nixpkgs. It may be necessary at
some point in the future to just allow them to use their vendored
sources for this altogether, but it works fine for now.
2022-03-14 12:17:26 -07:00
Cole Helbling 1351b6fbff prometheus-cpp: 0.9.0 -> 1.0.0
I want to use the Exposer::GetListeningPorts function, but it was just
released in 1.0.0.
2022-03-14 12:17:26 -07:00
Cole Helbling af7cb945a6 civetweb: use cmake
prometheus-cpp 1.0.0 depends on civetweb's cmake files being available:
    CMake Error at pull/CMakeLists.txt:11 (find_package):
      Could not find a package configuration file provided by "civetweb" with any
      of the following names:

        civetwebConfig.cmake
        civetweb-config.cmake

      Add the installation prefix of "civetweb" to CMAKE_PREFIX_PATH or set
      "civetweb_DIR" to a directory containing one of the above files.  If
      "civetweb" provides a separate development package or SDK, be sure it has
      been installed.

Cmake also properly handles setting the prefix, libdir, and includedir
paths, so that patch was dropped.
2022-03-14 12:17:26 -07:00
Bernardo Meurer fefb6ba070 nixops_unstable: fix libvirt plugin for 8.1.0 2022-03-14 12:15:29 -07:00
AndersonTorres a9b8e7d21d lbdb: rename finger_bsd to bsd-finger 2022-03-14 16:09:07 -03:00
AndersonTorres e0cce3d7bf goobook: export to all-packages.nix 2022-03-14 16:09:06 -03:00
lewoandGitHub 70fa29d9c3 Merge pull request #164145 from SuperSandro2000/open-policy-agent
open-policy-agent: 0.38.0 -> 0.38.1
2022-03-14 20:05:04 +01:00
Anderson TorresandGitHub bb2820bacf Merge pull request #163352 from AtilaSaraiva/irpf
irpf: init at 2022-1.0
2022-03-14 15:52:37 -03:00
Bernardo MeurerandGitHub c2cecad6e2 Merge pull request #164098 from mweinelt/rocm
rocm-*: 5.0.2
2022-03-14 11:47:13 -07:00
Bernardo Meurer 20dd1e6782 virt-manager: fix masked tests for libvirt 8.1.0 2022-03-14 11:41:59 -07:00
Bernardo Meurer 1fef27cc11 perlPackages.SysVirt: 7.10.0 -> 8.1.0 2022-03-14 11:41:58 -07:00
Bernardo Meurer 165a9f08e6 python3Packages.libvirt: 7.10.0 -> 8.1.0 2022-03-14 11:41:57 -07:00
Bernardo Meurer d886a9ae83 libvirt: 7.10.0 -> 8.1.0 2022-03-14 11:41:56 -07:00
SandroandGitHub 988ecb4089 Merge pull request #164146 from SuperSandro2000/qrcp 2022-03-14 19:35:33 +01:00
SandroandGitHub b835a229c0 Merge pull request #164143 from SuperSandro2000/lab 2022-03-14 19:35:15 +01:00
ArtturiandGitHub 3432aa2fe7 Merge pull request #163196 from IvarWithoutBones/bump/discordchatexporter 2022-03-14 20:17:53 +02:00
Sandro Jäckel 4eec80710a qrcp: 0.9.0 -> 0.9.1 2022-03-14 19:10:42 +01:00