Commit Graph

290752 Commits

Author SHA1 Message Date
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
sternenseemann
b863a7c8c2 gccStdenv: actually force gcc if not already used
Previously the `cc` of the stdenv wasn't changed if `!stdenv.cc.isGNU`
which meant that gccStdenv didn't actually use gcc -- in contrast to all
the versioned `gcc*Stdenv`s.
2021-05-18 01:07:09 +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
sternenseemann
556821055f haskellPackages.taglib: add zlib to librarySystemDepends
Depends on zlib somehow (https://hydra.nixos.org/build/143009645/nixlog/1)
which is not declared in the cabal file.
2021-05-18 00:07:06 +02:00
Kira Bruneau
3e7a2aded3 texlab: 2.2.2 → 3.0.0
Also removes unused dylib build of html2md dependency, fixing #95568.
2021-05-17 18:02:38 -04:00
sternenseemann
17a71f3148 haskellPackages.update-nix-fetchgit: fix with hnix 0.13 2021-05-18 00:02:18 +02: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
R. RyanTM
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. RyanTM
728bdf71db cargo-udeps: 0.1.20 -> 0.1.21 2021-05-17 13:51:51 -07:00
R. RyanTM
161b02937d gtkwave: 3.3.108 -> 3.3.109 2021-05-17 13:51:47 -07:00
Stéphan Kochen
69ce7c4987 muso: fix darwin build 2021-05-17 13:51:31 -07:00
Jan Tojnar
23d1505f89 libjcat: 0.1.6 -> 0.1.7 2021-05-17 13:51:13 -07:00
R. RyanTM
e529976fbc twitterBootstrap: 4.6.0 -> 5.0.0 2021-05-17 13:50:40 -07:00
R. RyanTM
b0b023a940 emulsion: 8.0 -> 9.0 2021-05-17 13:48:02 -07:00
Robert Scott
1d676b24a0
Merge pull request #123391 from stephank/fix-qca-qt5-darwin
libsForQt5.qca-qt5: fix darwin build
2021-05-17 21:47:29 +01:00
R. RyanTM
de56376315 eksctl: 0.47.0 -> 0.48.0 2021-05-17 13:46:15 -07:00