Commit graph

389024 commits

Author SHA1 Message Date
Profpatsch a1aed2a716 builders/writeHaskell: build with threaded GHC runtime
Some haskell code starts silently hanging when not built with a
threaded runtime, so let’s assume people using `writeHaskell` don’t
care about micro-optimizations like this and do the expected thing.

Some architectures don’t support a threaded runtime, for these we
provide the `threadedRuntime` option to turn it off (it should fail at
build time in that case, easy to detect).

If somebody already passed `"-threaded"` before via ghcArgs, this
will not add the flag a second time. Thus it’s backward-compatible in
this regard.

I tested out both branches (with `-threaded` set and not set before),
on an example I had where the runtime would hang when not compiled
with `-threaded`.
2022-06-30 10:12:50 +02:00
Tero Tervala 7f3cdfd2ba dtc: fix static building 2022-06-30 07:39:30 +00:00
Florian Klink f5b87a8203
Merge pull request #179487 from catap/parallels-virt
nixos-generate-config: detects parallels virtualization
2022-06-30 10:04:03 +07:00
Dmitry Kalinkin e300ce186a
Merge pull request #178291 from veprbl/pr/vtk_9_darwin_fix
vtk: unbreak on darwin using VTK_VERSIONED_INSTALL
2022-06-29 22:24:35 -04:00
Dmitry Kalinkin 0929936b21
Merge pull request #177929 from veprbl/pr/geant4_darwin
geant4: enable on darwin
2022-06-29 22:17:28 -04:00
Anderson Torres f93385af11
Merge pull request #179450 from tomsiewert/changelogger-package
Add changelogger package
2022-06-29 22:16:24 -03:00
R. Ryantm 41d9b0908c python310Packages.nextcord: 2.0.0b3 -> 2.0.0 2022-06-30 00:51:50 +00:00
R. RyanTM d324861964
python310Packages.python-telegram-bot: 13.12 -> 13.13 (#179588) 2022-06-29 20:42:12 -04:00
Ryan Mulligan 81a84f61ef
Merge pull request #179312 from r-ryantm/auto-update/pyradio
pyradio: 0.8.9.20 -> 0.8.9.21
2022-06-30 01:34:58 +02:00
Ryan Mulligan 920049d59b
Merge pull request #179557 from r-ryantm/auto-update/python3.10-pygtkspellcheck
python310Packages.pygtkspellcheck: 4.0.6 -> 5.0.0
2022-06-30 01:28:53 +02:00
Ryan Mulligan 155987a608
Merge pull request #178950 from r-ryantm/auto-update/ckb-next
ckb-next: 0.4.4 -> 0.5.0
2022-06-30 01:25:38 +02:00
Ryan Mulligan 1986a1cd4c
Merge pull request #179132 from r-ryantm/auto-update/btrbk
btrbk: 0.32.1 -> 0.32.2
2022-06-30 01:07:04 +02:00
Ryan Mulligan e7d4968106
Merge pull request #179190 from r-ryantm/auto-update/python310Packages.cloup
python310Packages.cloup: 0.15.0 -> 0.15.1
2022-06-30 01:05:50 +02:00
Domen Kožar 5a14883a5f
Merge pull request #179634 from domenkozar/cachix-agent-avoid-restarts
cachix-agent: properly handle not restarting the service
2022-06-29 17:37:00 -05:00
Domen Kožar c7b135ac8e cachix-agent: properly handle not restarting the service 2022-06-29 17:17:35 -05:00
Rick van Schijndel 5414474dce
Merge pull request #179627 from bdd/runitor-drop-unused-input
runitor: drop unused input
2022-06-30 00:04:02 +02:00
Rick van Schijndel caf02e14ab
Merge pull request #178207 from amjoseph-nixpkgs/pr/patchelf/apply_pr_380
patchelf: if targetPlatform.isMips: apply patchelf/pull/380
2022-06-29 23:46:48 +02:00
markuskowa 3d0e426771
Merge pull request #179495 from PhilippWoelfel/pdfstudio-2021.2.0
pdfstudio / pdfstudioviewer: 2021.1.3 -> 2021.2.0
2022-06-29 23:43:41 +02:00
Berk D. Demir af384e15ae runitor: drop unused input 2022-06-29 21:40:11 +00:00
zowoq 97d398eb2a terraform: 1.2.3 -> 1.2.4
https://github.com/hashicorp/terraform/releases/tag/v1.2.4
2022-06-30 07:20:35 +10:00
Robert Hensing 0004ab825d
Merge pull request #179609 from mweinelt/haskell-make-pkgset-no-alias
haskellPackages: Unalias RunCommandNoCCLocal
2022-06-29 23:17:32 +02:00
Sandro a59be4f6c8
Merge pull request #175919 from phaer/phaer-healthchecks
healthchecks: init at 2.2.1
2022-06-29 23:15:35 +02:00
Sandro efe337790d
Merge pull request #179018 from fgaz/qbe/1.0
qbe: unstable-2022-04-11 -> 1.0
2022-06-29 22:39:57 +02:00
Sandro 4ba1e07353
Merge pull request #179428 from kilianar/graph-cli
graph-cli: 0.1.7 -> 0.1.18
2022-06-29 22:39:20 +02:00
Martin Weinelt c60935d8a1
Merge pull request #179612 from mweinelt/opencpn 2022-06-29 22:26:54 +02:00
Martin Weinelt 1419d29906
opencpn: unalias epoxy 2022-06-29 21:54:36 +02:00
Martin Weinelt d27e6f2d05
haskellPackages: Unalias RunCommandNoCCLocal 2022-06-29 21:26:45 +02:00
ajs124 15e41e3edf
Merge pull request #179358 from helsinki-systems/upd/jitsi
jitsi: update
2022-06-29 21:09:19 +02:00
Damien Cassou 693b31853e
Merge pull request #179411 from DamienCassou/fix-iosevka-output
iosevka: Fix build phase not to print progress messages
2022-06-29 20:44:06 +02:00
R. Ryantm 021cf726fc python310Packages.cartopy: 0.20.2 -> 0.20.3 2022-06-29 11:43:45 -07:00
Fabian Affolter f804d13607 python310Packages.json-schema-for-humans: 0.41.1 -> 0.41.3 2022-06-29 11:38:00 -07:00
ajs124 b9c0078480
Merge pull request #179549 from lunik1/xfsdump-fix
xfsdump: fix build against xfsprogs 5.18.0
2022-06-29 20:37:16 +02:00
Sandro 78f79c21e9
Merge pull request #177286 from deinferno/vmware-fonts
vmware-workstation: remove shipped fonts.conf
2022-06-29 19:58:23 +02:00
Travis Davis 85afe9737c
sov: fix default config location (#178882)
* sov: fix default config location

* Update pkgs/tools/wayland/sov/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-29 19:57:35 +02:00
Sandro dc5316c534
Merge pull request #179594 from Artturin/drumstickupdate
libsForQt5.drumstick: 2.5.1 -> 2.6.1
2022-06-29 19:56:41 +02:00
Sandro 4a2a6974ab
Merge pull request #179467 from ereslibre/add-fastly
fastly: init at 3.1.0
2022-06-29 19:54:47 +02:00
ajs124 f14b6f553a javacc: fix meta.maintainers 2022-06-29 13:50:33 -04:00
Sandro a58850fa8f
Merge pull request #179191 from locallycompact/lc/heaps 2022-06-29 19:50:13 +02:00
Artturin eda6d6e075 libsForQt5.drumstick: 2.5.1 -> 2.6.1 2022-06-29 20:32:48 +03:00
lunik1 b0e82c6809
xfsdump: fix build against xfsprogs 5.18.0
Closes #177779
2022-06-29 18:07:55 +01:00
Jan Tojnar 8ed4879c12
Merge pull request #173484 from cmm/deadbeef-1.9.1
deadbeef 1.8.4 -> 1.9.1
2022-06-29 19:03:50 +02:00
Mario Rodas 90cac097cd
Merge pull request #179563 from aaronjheng/traefik
traefik: 2.7.1 -> 2.7.2
2022-06-29 11:35:37 -05:00
Mario Rodas 40c9e905b9
Merge pull request #179553 from alerque/sile-0.13.2
sile: 0.13.1 → 0.13.2
2022-06-29 11:34:03 -05:00
Mario Rodas e7a4d3d800
Merge pull request #179475 from SuperSandro2000/actionlint
actionlint: 1.6.14 -> 1.6.15
2022-06-29 11:25:55 -05:00
Michael Livshin dd52d40367 deadbeefPlugins.playlist-manager: init at unstable-2021-05-02 2022-06-29 19:17:53 +03:00
Michael Livshin 5bec894dc1 deadbeefPlugins.mpris2: 1.12 -> 1.14
* Use proper fetchFromGitHub

* Reflect that the source moved under DeaDBeeF-Player

* De-rec
2022-06-29 19:17:45 +03:00
Michael Livshin b0f641840b deadbeef: 1.8.4 -> 1.9.1
* Default Pulseaudio support to just true, the package is linux-only
  anyway

* De-rec, while at it.
2022-06-29 19:17:45 +03:00
Michael Livshin ad892591a5 swift-corelibs-libdispatch: init at swift-5.5-RELEASE
Only currently packaged for Linux, which should be OK because the only
user in Nixpkgs is Deadbeef (which is packaged only for Linux).
2022-06-29 19:17:45 +03:00
Vincent Laporte 7b410b13ee ocamlPackages.ke: 0.4 → 0.6 2022-06-29 16:41:20 +01:00
Daniel Firth 411074a6ef haxePackages.heaps: init at 1.9.1 2022-06-29 15:26:18 +00:00