about summary refs log tree commit diff
path: root/pkgs/top-level
AgeCommit message (Collapse)AuthorFilesLines
2024-05-12Merge master into staging-nextgithub-actions[bot]1-0/+2
2024-05-12Merge pull request #305586 from drupol/private-gpt/initPol Dellaiera1-0/+2
private-gpt: init at 0.5.0
2024-05-12php: fix build on darwin (the `iconv` extension)Vladimír Čunát1-4/+3
https://hydra.nixos.org/build/258946784/nixlog/2/tail The issue was probably triggered by the darwin iconv changes done during this staging-next cycle. Also use enable tests on linux, as they pass for me on native x86_64 and aarch64.
2024-05-12Merge master into staging-nextgithub-actions[bot]2-6/+4
2024-05-11Merge pull request #298849 from rhelmot/freebsd-minimal2/fblibcJohn Ericson2-6/+4
FreeBSD: Rework scope + building libc
2024-05-11freebsd: Cleanup, get ready to support version 14Artemis Tosini2-6/+4
* Extend libc Include non-libc core libraries in the libc package. Many of these mirror libraries present in glibc on linux, such as libgcc, libraries used for iconv, and libraries used for reading kernel info (libkvm, libprocstat, libmemstat). Without this many packages outside the freebsd tree would need to be modified to include standard dependencies which would already be on the system for other packages. * Mark FreeBSD as using LLVM * Update default LLVM version FreeBSD * Use patch monolith The patchesRoot system combined with the fact that each derivation will Request specific names of patches makes it very annoying to use other FreeBSD source trees with nixpkgs. This new system allows providing one Or more entire trees of patches whose contents will be dynamically Parsed and only the relevant patches will be applied for any one Derivation. With this commit, the following knobs are available for specifying the FreeBSD source: - overriding `freebsd.versionInfo`, for picking another official supported FreeBSD release. - overriding `freebsd.source` for specifying a specific unpatched FreeBSD source tree. - overriding `freebsd.patches`, for specifying the patches to apply. Co-Authored-by: Audrey Dutcher <audrey@rhelmot.io> Co-Authored-by: John Ericson <John.Ericson@Obsidian.Systems>
2024-05-12Merge master into staging-nextgithub-actions[bot]1-2/+0
2024-05-12Merge pull request #310754 from JohnRTitor/triblerMaciej Krüger1-2/+0
tribler: 7.13.0 -> 7.14.0
2024-05-11private-gpt: init at 0.5.0Pol Dellaiera1-0/+2
2024-05-11Merge master into staging-nextgithub-actions[bot]2-6/+11
2024-05-11Merge pull request #310561 from onny/caddy-riscvJonas Heinrich1-4/+0
caddy: Cross-compilation fix, various enhancements
2024-05-11Merge pull request #310676 from Princemachiavelli/jhoffer/fix_cli11_strictdepsWeijia Wang1-2/+0
cli11: pkgs/development -> pkgs/by-name, refactor
2024-05-11Merge pull request #307450 from reckenrode/wine-fixes7c6f434c1-0/+9
winePackages.{stable,unstable,staging}: cleanups
2024-05-11python3Packages.binance-connector: init at v3.7.0Tricia Tan1-0/+2
2024-05-11Merge branch 'master' into staging-nextJan Tojnar4-56/+40
; Conflicts: ; maintainers/scripts/luarocks-packages.csv ; pkgs/development/lua-modules/generated-packages.nix
2024-05-11Merge pull request #310767 from annaleeleaves/ensemble-chorus-use-default-c++Weijia Wang1-1/+1
ensemble-chorus: unpin gcc8Stdenv; unbreak
2024-05-11Merge pull request #310691 from pluiedev/zhf-24.05/fontforWeijia Wang1-2/+0
fontfor: 0.4.1 -> 0.4.3, modernize
2024-05-11Merge pull request #310670 from gepbird/cargo-geiger-fixWeijia Wang1-1/+0
cargo-geiger: 0.11.6 -> 0.11.7, unbreak
2024-05-11nix-eval-jobs: 2.21.0 -> 2.22.0 (#310301)Jörg Thalheim1-3/+8
* nix-eval-jobs: 2.21.0 -> 2.22.0 * nix-eval-jobs: pin darwin on 2.19 release An issue in nix causes segfaults: https://github.com/nix-community/nix-eval-jobs/issues/301
2024-05-11ensemble-chorus: unpin gcc8annalee1-1/+1
fix build to use default gcc toolchain which fixes link errors associated with building against mismatched libstd++ patch vendored juice library to remove packed attributes which cause compile errors but add static asserts to verify that the struct / class layouts are identical regardless of attribute
2024-05-11tribler: migrate to pkgs/by-nameJohn Titor1-2/+0
2024-05-11Merge pull request #310521 from pathob/python-package-tinytunyaOTABI Tomoya1-0/+2
python311Packages.tinytuya: init at 0.1.51
2024-05-11Merge pull request #310496 from Sigmanificient/marshmallow-enum-removeOTABI Tomoya2-2/+1
python3Packages.marshmallow-enum: remove
2024-05-11fontfor: 0.4.1 -> 0.4.3, modernizeLeah Amelia Chen1-2/+0
Switched to the `pkgs/by-name` convention, reformatted using `nixfmt-rfc-style`, and added an update script.
2024-05-10Merge pull request #310109 from ocfox/showmethekeyMarcus Ramberg1-2/+0
showmethekey: 1.13.0 -> 1.13.1
2024-05-10cli11: pkgs/development -> pkgs/by-name, refactorJosh Hoffer1-2/+0
* Fix and enable strictDeps. * Apply RFC linter. * Move to pkgs by-name. * Use finalAttrs.
2024-05-10Merge pull request #310658 from JohnRTitor/update-chromeJon Seager1-2/+0
2024-05-10cargo-geiger: move to pkgs/by-nameGutyina Gergő1-1/+0
2024-05-10Merge pull request #310649 from ↵éclairevoyant1-2/+0
tomodachi94/enhance/discord-gamesdk/by-name-nixfmt discord-gamesdk: modernize (move to by-name, format with nixfmt-rfc-style)
2024-05-11google-chrome: 124.0.6367.118 -> 124.0.6367.201John Titor1-2/+0
move to pkgs/by-name for easier maintainance add johnrtitor as maintainer
2024-05-10discord-gamesdk: move to pkgs/by-nameTomo1-2/+0
2024-05-10pythonPackages.loadcredential: init at v1.1Tom Hubrecht1-0/+2
2024-05-10caddy, xcaddy: move to pkgs/by-nameJonas Heinrich1-4/+0
2024-05-10Merge pull request #310400 from NixOS/klipper-fw-fixNick Cao1-1/+1
klipper-firmware: build fix
2024-05-10python311Packages.tinytuya: init at 0.1.51Patrick Hobusch1-0/+2
2024-05-10Merge pull request #310221 from Sigmanificient/coost-3.0.2rewine1-2/+0
coost: 3.0.0 -> 3.0.2, migrate to by-name
2024-05-10python3Packages.marshmallow-enum: removeSigmanificient2-2/+1
2024-05-10Merge pull request #310144 from wineee/hyprland-wrewine1-4/+1
hyprland: build wlroots form submodules
2024-05-10Merge pull request #310431 from fabaff/pycomm3Fabian Affolter1-0/+2
python312Packages.pycomm3: init at 1.2.14
2024-05-10Merge pull request #288687 from nu-nu-ko/nixos-navidrome-cleanupéclairevoyant1-2/+0
nixos/navidrome: add user/group options, ensure dirs exist/are valid & format changes
2024-05-10Merge pull request #310439 from drawbu/fix-tidalMartin Weinelt1-0/+2
python3Packages.tidalapi: fix build error; python3Packages.mpegdash: init at 0.4.0
2024-05-10Merge pull request #306344 from DontEatOreo/python-customtkinterPol Dellaiera1-0/+2
pythonPackages.customtkinter: init at 5.2.2
2024-05-10python3Packages.pyjet: removeDmitry Kalinkin2-2/+1
2024-05-10Merge pull request #310499 from Sigmanificient/remove-zzOTABI Tomoya2-2/+1
zz: remove
2024-05-10Merge pull request #310473 from Sigmanificient/ustr-adoptkirillrdy1-2/+0
ustr: adopt, use fetchgit instead of fetchurl, migrate to by-name
2024-05-10navidrome: move to by-namenu-nu-ko1-2/+0
2024-05-10Merge pull request #310409 from flexiondotorg/quickemu-4.9.3Azat Bahawi1-2/+0
quickemu: 4.9.2 -> 4.9.4
2024-05-10dillo: migrate to by-nameAnderson Torres1-4/+4
2024-05-10dillong: migrate to by-nameAnderson Torres1-2/+0
2024-05-10python31{1,2}Packages.mpegdash: init at 0.4.0Clément1-0/+2