Commit Graph
290470 Commits
Author SHA1 Message Date
SandroandGitHub eb3fbc8163 Merge pull request #122751 from LeSuisse/clipgrab-use-ffmpeg4
clipgrab: use ffmpeg4
2021-05-18 02:32:57 +02:00
SandroandGitHub fcc2d1c1cd Merge pull request #121662 from ymarkus/mullvad
mullvad-vpn: 2021.2 -> 2021.3
2021-05-18 02:26:49 +02:00
SandroandGitHub bcadf12e7f Merge pull request #123347 from oxalica/rust-analyzer
rust-analyzer: 2021-05-10 -> 2021-05-17
2021-05-18 02:07:25 +02:00
SandroandGitHub 166a930ae8 Merge pull request #123343 from dotlambda/zoneminder-ffmpeg
zoneminder: use ffmpeg instead of ffmpeg_3
2021-05-18 02:07:08 +02:00
570d58be31 rust-bindgen: Update cargoSha256 (#123349)
Co-authored-by: fortune <lythe1107@gmail.com>
2021-05-18 02:06:41 +02:00
SandroandGitHub 6ebea29392 Merge pull request #123317 from fortuneteller2k/bump-discocss
discocss: 0.1.0 -> 0.1.1
2021-05-18 02:03:00 +02:00
SandroandGitHub 9dba669e8a Merge pull request #123385 from veehaitch/systemd-dhcpserver-options
nixos/networkd: add missing [DHCPServer] options
2021-05-18 01:53:39 +02:00
SandroandGitHub 5f5652f816 Merge pull request #123313 from fortuneteller2k/fix-river
river: build for baseline arch, cleanup
2021-05-18 01:51:48 +02:00
SandroandGitHub 5e21eff612 Merge pull request #123037 from sikmir/reproxy
reproxy: init at 0.5.1
2021-05-18 01:51:14 +02:00
SandroandGitHub d7ceeb4d2a Merge pull request #123185 from rhoriguchi/gnomeExtensions.dynamic-panel-transparency
gnomeExtensions.dynamic-panel-transparency: 35 -> unstable-2021-03-04
2021-05-18 01:48:50 +02:00
zowoq 03ca96ad56 shfmt: 3.2.4 -> 3.3.0
https://github.com/mvdan/sh/releases/tag/v3.3.0
2021-05-18 09:47:06 +10:00
sternenseemannandsterni 2d3225a6c2 ocamlPackages.bap: fix for multiple outputs llvmPackages
7869d16545 split all packages in
llvmPackages into multiple outputs. The default output of llvm doesn't
contain llvm-config, so we need to explicitly choose llvm.dev here.
2021-05-18 01:44:31 +02:00
SandroandGitHub 252da556e0 Merge pull request #123331 from illustris/hadoop
hadoop: fix failing builds
2021-05-18 01:41:38 +02:00
SandroandGitHub 64b7457313 Merge pull request #123329 from evils/kicad-symlink 2021-05-18 01:40:23 +02:00
R. RyanTMandJonathan Ringer e33d287810 embree: 3.12.2 -> 3.13.0 2021-05-17 16:34:02 -07:00
SandroandGitHub 17e3fb2e23 Merge pull request #122448 from misuzu/psi-plus-update
psi-plus: 1.4.1473 -> 1.5.1520
2021-05-18 01:29:50 +02:00
SandroandGitHub 778247d4fd Merge pull request #119063 from mausch/telepresence2
telepresence2: init at 2.2.1
2021-05-18 01:29:07 +02:00
SandroandGitHub f85bc843c2 Merge pull request #122759 from dotlambda/mono6 2021-05-18 01:25:35 +02:00
John EricsonandGitHub 6ad0e5cab2 Merge pull request #123419 from sternenseemann/gcc-native-cross
gcc*: force building a cross compiler if host and target platform differ
2021-05-17 16:05:03 -07:00
R. RyanTMandJonathan Ringer a900462807 dar: 2.7.0 -> 2.7.1 2021-05-17 15:58:49 -07:00
Robert ScottandGitHub c958743492 Merge pull request #123379 from rmcgibbo/aplpy
python3Packages.aplpy: fix with latest matplotlib
2021-05-17 23:22:20 +01:00
sternenseemann 2d176b593b gcc*: force building a cross compiler if host and target platform differ
gcc's configure system has the nasty habit (for us) of judging for
itself if it is building a cross compiler (or cross compiling), but on
the limited information of the build, host and target platforms' config
which only contains a subset of the information we encode in
`stdenv.*Platform`. The practical consequence was that prior to this
change building `pkgsLLVM.buildPackages.gcc` actually fails because it
refuses to use `--with-headers` with something it believes to not be a
cross compiler.

As a workaround we force the appropriate variable in the configure
script to always be `yes` regardless of its own conditional check.

At some point we probably should report this issue in some capacity, so
future gcc versions don't force us into workarounds like this and
acdc783418.
2021-05-18 00:16:54 +02:00
R. RyanTMandJonathan Ringer 2ee5afcf2a pantheon.granite: 5.5.0 -> 6.0.0 2021-05-17 15:11:23 -07:00
R. RyanTMandJonathan Ringer 81666e78d1 openmpt123: 0.5.6 -> 0.5.8 2021-05-17 15:07:58 -07:00
Robert ScottandGitHub 673aea9f84 Merge pull request #123336 from kalekseev/fix/pipelinedb
postgresqlPackages.pipelinedb: fix darwin build
2021-05-17 22:54:54 +01:00
Stéphan KochenandJonathan Ringer a8c374380d libspnav: fix darwin build 2021-05-17 14:52:58 -07:00
Jonathan RingerandJonathan Ringer 9fd18aaad2 makeself: fix tests 2021-05-17 14:48:58 -07:00
Jan Tojnar c007fb4026 gimpPlugins.pluginDerivation: Fix name
The name should not contain the gimp version, otherwise parseDrvName will consider it the gimp package.

Fixes: https://github.com/NixOS/nixpkgs/issues/114995
2021-05-17 23:47:27 +02:00
Robert T. McGibbon fd47f56b1d python3Packages.aplpy: fix with latest matplotlib 2021-05-17 17:46:58 -04:00
R. RyanTMandJonathan Ringer 3528c4151e hivex: 1.3.19 -> 1.3.20 2021-05-17 14:30:44 -07:00
Robert ScottandGitHub 951fe852bc Merge pull request #123406 from stephank/fix-monolith-darwin
monolith: fix darwin build
2021-05-17 22:28:08 +01:00
Uri BaghinandProfpatsch a975c80f91 bazel-remote: 1.0.0 -> 2.0.1 2021-05-17 23:21:53 +02:00
Stéphan KochenandJonathan Ringer 0776eae5ae libvncserver: fix darwin build 2021-05-17 14:13:50 -07:00
Stéphan KochenandJonathan Ringer aba67c5de5 logtop: fix darwin build 2021-05-17 14:13:19 -07:00
R. RyanTMandJonathan Ringer 45e19f23d3 fluent-bit: 1.7.4 -> 1.7.5 2021-05-17 14:07:14 -07:00
R. RyanTMandJonathan Ringer db2815a9da ddccontrol-db: 20201221 -> 20210505 2021-05-17 14:03:47 -07:00
Stéphan KochenandJonathan Ringer 6207e75a00 macchina: fix darwin build 2021-05-17 14:03:08 -07:00
Stéphan KochenandJonathan Ringer 29fe52f3bd microsoft_gsl: fix darwin build 2021-05-17 14:02:55 -07:00
Stéphan KochenandJonathan Ringer 1d5d237cf9 l-smash: fix darwin build 2021-05-17 14:02:41 -07:00
R. RyanTMandJonathan Ringer 546e892ebc android-udev-rules: 20210425 -> 20210501 2021-05-17 14:02:36 -07:00
R. RyanTMandJonathan Ringer dd60bd3422 gnustep.make: 2.8.0 -> 2.9.0 2021-05-17 14:01:02 -07:00
Konstantin AlekseevandJonathan Ringer 73c7f50dc1 postgresqlPackages.timescaledb: fix darwin build 2021-05-17 13:58:13 -07:00
R. RyanTMandJonathan Ringer 50fbc6b6b3 git-secret: 0.3.3 -> 0.4.0 2021-05-17 13:56:55 -07:00
Vladimír Čunát b09fc82382 nixos/release-combined: fix a test name
Broken by 513143fe4 and breaking evaluation of trunk-combined jobset.
2021-05-17 22:52:28 +02:00
R. RyanTMandJonathan Ringer 728bdf71db cargo-udeps: 0.1.20 -> 0.1.21 2021-05-17 13:51:51 -07:00
R. RyanTMandJonathan Ringer 161b02937d gtkwave: 3.3.108 -> 3.3.109 2021-05-17 13:51:47 -07:00
Stéphan KochenandJonathan Ringer 69ce7c4987 muso: fix darwin build 2021-05-17 13:51:31 -07:00
Jan TojnarandJonathan Ringer 23d1505f89 libjcat: 0.1.6 -> 0.1.7 2021-05-17 13:51:13 -07:00
R. RyanTMandJonathan Ringer e529976fbc twitterBootstrap: 4.6.0 -> 5.0.0 2021-05-17 13:50:40 -07:00
R. RyanTMandJonathan Ringer b0b023a940 emulsion: 8.0 -> 9.0 2021-05-17 13:48:02 -07:00