J. Neto
0d6b6931b7
rubyPackages.ruby-libvirt: fix build with ruby 3.x
2021-05-19 20:43:29 -03:00
Peter Hoeg
15254515d0
cantata: clean up options handling
2021-05-18 10:51:20 +08:00
Sandro
594fbfe279
Merge pull request #122558 from davidtwco/rustup-toolchain-install-master-init
...
rustup-toolchain-install-master: init at 1.7.3
2021-05-18 03:19:51 +02:00
Sandro
e34309b62a
Merge pull request #121497 from Hyzual/add-goss
2021-05-18 03:17:32 +02:00
Sandro
af2a7fef84
Merge pull request #122820 from NULLx76/unpackerr-init
...
unpackerr: init at 0.9.4
2021-05-18 03:15:57 +02:00
Sandro
a5a8ef13d3
Merge pull request #123157 from ehmry/tup
...
tup: 0.7.10 -> 0.7.11
2021-05-18 03:10:09 +02:00
Iosmanthus Teng
4927716658
vscode-extensions: remote-ssh acquires user's home directory from $HOME
( #122595 )
2021-05-18 03:06:56 +02:00
Sandro
01a5232c3b
Merge pull request #121531 from devhell/init-sheesy
...
sheesy-cli: init at 4.0.11
2021-05-18 03:03:42 +02:00
Sandro
eb3fbc8163
Merge pull request #122751 from LeSuisse/clipgrab-use-ffmpeg4
...
clipgrab: use ffmpeg4
2021-05-18 02:32:57 +02:00
Sandro
fcc2d1c1cd
Merge pull request #121662 from ymarkus/mullvad
...
mullvad-vpn: 2021.2 -> 2021.3
2021-05-18 02:26:49 +02:00
Sandro
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
Sandro
166a930ae8
Merge pull request #123343 from dotlambda/zoneminder-ffmpeg
...
zoneminder: use ffmpeg instead of ffmpeg_3
2021-05-18 02:07:08 +02:00
Joachim Breitner
570d58be31
rust-bindgen: Update cargoSha256 ( #123349 )
...
Co-authored-by: fortune <lythe1107@gmail.com>
2021-05-18 02:06:41 +02:00
Sandro
6ebea29392
Merge pull request #123317 from fortuneteller2k/bump-discocss
...
discocss: 0.1.0 -> 0.1.1
2021-05-18 02:03:00 +02:00
Sandro
9dba669e8a
Merge pull request #123385 from veehaitch/systemd-dhcpserver-options
...
nixos/networkd: add missing [DHCPServer] options
2021-05-18 01:53:39 +02:00
Sandro
5f5652f816
Merge pull request #123313 from fortuneteller2k/fix-river
...
river: build for baseline arch, cleanup
2021-05-18 01:51:48 +02:00
Sandro
5e21eff612
Merge pull request #123037 from sikmir/reproxy
...
reproxy: init at 0.5.1
2021-05-18 01:51:14 +02:00
Sandro
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
sternenseemann
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
Sandro
252da556e0
Merge pull request #123331 from illustris/hadoop
...
hadoop: fix failing builds
2021-05-18 01:41:38 +02:00
Sandro
64b7457313
Merge pull request #123329 from evils/kicad-symlink
2021-05-18 01:40:23 +02:00
R. RyanTM
e33d287810
embree: 3.12.2 -> 3.13.0
2021-05-17 16:34:02 -07:00
Sandro
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
Sandro
778247d4fd
Merge pull request #119063 from mausch/telepresence2
...
telepresence2: init at 2.2.1
2021-05-18 01:29:07 +02:00
Sandro
f85bc843c2
Merge pull request #122759 from dotlambda/mono6
2021-05-18 01:25:35 +02:00
John Ericson
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. RyanTM
a900462807
dar: 2.7.0 -> 2.7.1
2021-05-17 15:58:49 -07:00
Robert Scott
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. RyanTM
2ee5afcf2a
pantheon.granite: 5.5.0 -> 6.0.0
2021-05-17 15:11:23 -07:00
R. RyanTM
81666e78d1
openmpt123: 0.5.6 -> 0.5.8
2021-05-17 15:07:58 -07:00
Robert Scott
673aea9f84
Merge pull request #123336 from kalekseev/fix/pipelinedb
...
postgresqlPackages.pipelinedb: fix darwin build
2021-05-17 22:54:54 +01:00
Stéphan Kochen
a8c374380d
libspnav: fix darwin build
2021-05-17 14:52:58 -07:00
Jonathan 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. RyanTM
3528c4151e
hivex: 1.3.19 -> 1.3.20
2021-05-17 14:30:44 -07:00
Robert Scott
951fe852bc
Merge pull request #123406 from stephank/fix-monolith-darwin
...
monolith: fix darwin build
2021-05-17 22:28:08 +01:00
Uri Baghin
a975c80f91
bazel-remote: 1.0.0 -> 2.0.1
2021-05-17 23:21:53 +02:00
Stéphan Kochen
0776eae5ae
libvncserver: fix darwin build
2021-05-17 14:13:50 -07:00
Stéphan Kochen
aba67c5de5
logtop: fix darwin build
2021-05-17 14:13:19 -07:00
R. RyanTM
45e19f23d3
fluent-bit: 1.7.4 -> 1.7.5
2021-05-17 14:07:14 -07:00
R. RyanTM
db2815a9da
ddccontrol-db: 20201221 -> 20210505
2021-05-17 14:03:47 -07:00
Stéphan Kochen
6207e75a00
macchina: fix darwin build
2021-05-17 14:03:08 -07:00
Stéphan Kochen
29fe52f3bd
microsoft_gsl: fix darwin build
2021-05-17 14:02:55 -07:00
Stéphan Kochen
1d5d237cf9
l-smash: fix darwin build
2021-05-17 14:02:41 -07:00
R. RyanTM
546e892ebc
android-udev-rules: 20210425 -> 20210501
2021-05-17 14:02:36 -07:00
R. RyanTM
dd60bd3422
gnustep.make: 2.8.0 -> 2.9.0
2021-05-17 14:01:02 -07:00
Konstantin Alekseev
73c7f50dc1
postgresqlPackages.timescaledb: fix darwin build
2021-05-17 13:58:13 -07:00