Commit graph

362068 commits

Author SHA1 Message Date
github-actions[bot] d6d71873fc
Merge master into haskell-updates 2022-03-18 00:10:51 +00:00
Adam Joseph 55dae422e2 go: add mips64 support 2022-03-18 10:02:58 +10:00
Sandro b4f7a460fb
Merge pull request #147520 from WolfangAukang/protonvpn-gui-improv 2022-03-18 00:41:48 +01:00
Cole Helbling 5e4d6e627e labeler: don't use path-based labeling for BSD
ofborg labels the bsd and darwin platforms based on the title, which
conflicts with the labeler action's `sync-labels` setting (if no paths
are changed, it'll remove the label).
2022-03-17 16:41:35 -07:00
Sandro 6cc306ec23
Merge pull request #163050 from WolfangAukang/cloudformation-linter 2022-03-18 00:01:26 +01:00
Silvan Mosberger 839b9b8ddc
Merge pull request #77622 from R-VdP/nixos-upgrade-reboot-window
NixOS/auto-upgrade: offer the possibility to define a reboot window during which the system may be automatically rebooted
2022-03-17 23:50:53 +01:00
Silvan Mosberger ada1ed885c
Merge pull request #150898 from schnusch/invidious
invidious: unstable-2021-11-08 -> unstable-2022-03-16
2022-03-17 23:50:00 +01:00
Ryan Mulligan 65800211ae
Merge pull request #164583 from r-ryantm/auto-update/innernet
innernet: 1.5.3 -> 1.5.4
2022-03-17 15:43:24 -07:00
Ryan Mulligan 910fc2c155
Merge pull request #164612 from r-ryantm/auto-update/qbe
qbe: unstable-2022-03-11 -> unstable-2022-03-17
2022-03-17 15:42:49 -07:00
Martin Weinelt 53c25e8721
Merge pull request #164215 from ilya-fedin/firefox-remove-gtk 2022-03-17 22:46:42 +01:00
John Ericson 111839dcf6
Merge pull request #161158 from a-m-joseph/mips64el-support-first-steps
mips64el support
2022-03-17 17:43:24 -04:00
piegames 51d5d05d27
Merge pull request #164476: magic-wormhole-rs: init at 0.3.0 2022-03-17 22:38:33 +01:00
zeri42 dc39d05a53 magic-wormhole-rs: init at 0.3.0 2022-03-17 22:27:19 +01:00
Ben Siraphob 6ff99f2a17
Merge pull request #158261 from mdavezac/nvim-tree-sitter-darwin 2022-03-17 16:26:14 -05:00
Pavol Rusnak 9f60e300d3
Merge pull request #164633 from IvarWithoutBones/fix/dotnet-home
dotnet: don't set $HOME if its already writable
2022-03-17 21:43:44 +01:00
Michael Weiss eaaa7cf805
Merge pull request #164542 from michaeladler/ungoogled-chromium
ungoogled-chromium: 99.0.4844.51 -> 99.0.4844.74
2022-03-17 21:27:43 +01:00
Samuel Ainsworth 7c6eaf9be2
Merge pull request #164338 from samuela/samuela/cudnn
cudnn: 8.3.0 -> 8.3.2
2022-03-17 13:10:52 -07:00
Ivar Scholten e99ee4624a dotnet: don't set $HOME if its already writable
This fixes an issue where the setup hook would overwrite $HOME in a
nix-shell.

Fixes #164450, #164295
2022-03-17 21:05:31 +01:00
Maximilian Bosch 5358c90ac1
Merge pull request #164556 from Ma27/bump-i3status-rust
i3status-rust: 0.21.7 -> 0.21.8
2022-03-17 20:42:24 +01:00
Artturi dd207d6bda
dosfstools: 4.1 -> 4.2 (#163074) 2022-03-17 21:22:35 +02:00
Anderson Torres 9c5038967d
Merge pull request #164613 from AndersonTorres/new-misc
rockbox_utility: rename to rockbox-utility
2022-03-17 15:53:05 -03:00
Ivv ea301c20fb
Merge pull request #164619 from r-ryantm/auto-update/ryujinx
ryujinx: 1.1.64 -> 1.1.76
2022-03-17 19:48:43 +01:00
rnhmjoj 299bfb168e pkgsStatic.{haskellPackages,ghc}: default to BigNum
This works around several build failures where programs attempt to link
to the libgmp.so (which is not available), such as:

    Error loading shared library libgmp.so: No such file or directory
2022-03-17 19:43:04 +01:00
rnhmjoj 4ec13a76b0 release-haskell.nix: test package that needs -fexternal-dynamic-refs 2022-03-17 19:43:04 +01:00
rnhmjoj 654940f36b haskellPackages.mkDerivation: check haddock availability
This change makes the haskell builder run the haddockPhase only if the
haddock program is availble (for example, it's not when cross-compiling).
2022-03-17 19:43:04 +01:00
rnhmjoj 4884fcc0d2 ghc: enable static RTS
This change allows loading statically compiled libreries into a running
GHC, thus fixing the build of haskell packages that use TemplateHaskell.
See [1] for the details.

Fixes issue #61575, #124284.

[1]: https://www.tweag.io/blog/2020-09-30-bazel-static-haskell/
2022-03-17 19:43:04 +01:00
R. Ryantm ab9aef0cf7 ryujinx: 1.1.64 -> 1.1.76 2022-03-17 18:06:27 +00:00
sternenseemann 0da85d3f77 release-haskell.nix: temporarily disable x86_64-darwin
rustc fails to build on x86_64-darwin on the M1 builders Hydra uses.
Since GHC depends on rustc (sphinx -> cryptography -> GHC), the entire
darwin package set is broken at the moment, cluttering build reports
etc.
2022-03-17 18:00:53 +01:00
sternenseemann 617b53c75f Merge remote-tracking branch 'origin/master' into haskell-updates 2022-03-17 17:57:37 +01:00
Michael Schneider dd8cebebbf haskellPackages.persistent-migration: disable integration tests
No PostgreSQL db in the build sandbox.
2022-03-17 17:57:04 +01:00
AndersonTorres bf756bff7d aliases.nix: remove dot at the end of strings
Uniformity is important!
2022-03-17 13:42:00 -03:00
R. Ryantm 66adfb0679 qbe: unstable-2022-03-11 -> unstable-2022-03-17 2022-03-17 16:32:04 +00:00
Jonathan Ringer 9858da4185 lv2: add dev output
Also put programs there since those are just development tools,
that would bring unnecessary Python dependency into out’s runtime closure.
2022-03-17 08:53:24 -07:00
Jonathan Ringer 2dfe209c3e lv2: add pipewire test
; Conflicts:
;	pkgs/development/libraries/audio/lv2/default.nix
2022-03-17 08:53:24 -07:00
Jonathan Ringer beefeab222 lv2: drop GTK 2 dependency
gtk2 is optional and only used for some example plug-ins. In particular,
removing `gtk2` disables building UI module for `$out/lib/lv2/eg-sampler.lv2`
(`<http://lv2plug.in/plugins/eg-sampler#ui>`) and the whole
`$out/lib/lv2/eg-scope.lv2` (`<http://lv2plug.in/plugins/eg-scope>`).
2022-03-17 08:53:24 -07:00
Jan Tojnar c586cccd7c lv2: format the expression 2022-03-17 08:53:24 -07:00
R. Ryantm 554f3539f2 python310Packages.thinc: 8.0.14 -> 8.0.15 2022-03-17 08:45:20 -07:00
R. Ryantm 4e6aa65c53 python310Packages.protonvpn-nm-lib: 3.7.0 -> 3.8.0 2022-03-17 08:43:19 -07:00
Artturi 58eeb85341
Merge pull request #164580 from tuxinaut/master 2022-03-17 17:42:59 +02:00
R. Ryantm 2e31305d5d python310Packages.trimesh: 3.10.2 -> 3.10.3 2022-03-17 08:40:57 -07:00
R. Ryantm f63c2d1278 python310Packages.txtorcon: 21.1.0 -> 22.0.0 2022-03-17 08:39:27 -07:00
R. Ryantm 8876e507a8 python310Packages.stups-pierone: 1.1.50 -> 1.1.51 2022-03-17 08:39:12 -07:00
Jörg Thalheim f998110c6d
Merge pull request #164584 from Luflosi/revert-one-of-two-similar-prs
Revert one of two similar prs
2022-03-17 15:35:47 +00:00
R. Ryantm 3295dd4159 python310Packages.types-paramiko: 2.8.16 -> 2.8.17 2022-03-17 08:35:34 -07:00
R. Ryantm c41c6cbf99 python310Packages.types-freezegun: 1.1.6 -> 1.1.7 2022-03-17 08:35:20 -07:00
R. Ryantm 15770ad6cb python310Packages.types-dateutil: 2.8.9 -> 2.8.10 2022-03-17 08:35:09 -07:00
AndersonTorres 704b775b65 rockbox_utility: rename to rockbox-utility 2022-03-17 11:35:32 -03:00
Ryan Mulligan b2a485db46
Merge pull request #164028 from r-ryantm/auto-update/kn
kn: 1.3.0 -> 1.3.1
2022-03-17 07:29:54 -07:00
Renaud bc6a2728bd
Merge pull request #164170 from kraem/kraem/ydotool_1.0.1
ydotool: unstable-2021-01-20 -> 1.0.1
2022-03-17 15:25:05 +01:00
Ryan Mulligan 877eb10cfb
Merge pull request #164510 from r-ryantm/auto-update/velero
velero: 1.8.0 -> 1.8.1
2022-03-17 06:42:49 -07:00