about summary refs log tree commit diff
path: root/pkgs/by-name/sy
AgeCommit message (Collapse)AuthorFilesLines
2024-04-07Merge pull request #301741 from pmiddend/syslogng-build-fix7c6f434c1-1/+2
syslogng: fix build failure related to setuptools
2024-04-05syslogng: fix build failure related to setuptoolsPhilipp Middendorf1-1/+2
2024-04-03syn2mas: 0.8.0 -> 0.9.0R. Ryantm1-3/+3
2024-03-24symfony-cli: 5.8.13 -> 5.8.14R. Ryantm1-2/+2
2024-03-23symfony-cli: 5.8.12 -> 5.8.13Gaël Reyrol1-3/+3
Diff: https://github.com/symfony-cli/symfony-cli/compare/v5.8.12...v5.8.13 Changelog: https://github.com/symfony-cli/symfony-cli/releases/tag/v5.8.13
2024-03-21symfony-cli: 5.8.8 -> 5.8.12Gaël Reyrol1-2/+2
2024-03-19Merge master into staging-nextgithub-actions[bot]2-0/+3685
2024-03-17syncstorage-rs: move to by-namepennae2-0/+3685
2024-03-11Merge staging-next into staginggithub-actions[bot]1-1/+1
2024-03-11llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi ↵a-n-n-a-l-e-e1-3/+0
into libcxx (#292043) - merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git. - remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required. - fixes https://github.com/NixOS/nixpkgs/issues/166205 - provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640 - pkgsCross.x86_64-freebsd builds work again This change can be represented in 3 stages 1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi} 2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin} 3. remove all references to libcxxabi outside of llvm (about 58 packages modified) ### merging libcxxabi into libcxx - take the union of the libcxxabi and libcxx cmake flags - eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency - libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx. - darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient. - linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient. - libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+) - git/libcxx/defaul.nix does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway. ### stdenv changes - darwin bootstrap, remove references to libcxxabi and cxxabi - cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12) - adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx ### 58 package updates - remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed - swift, nodejs_v8 remove libcxxabi references in the clang override https://github.com/NixOS/nixpkgs/pull/292043
2024-03-09treewide: fix sourceRoot for fetchgit-based srcYueh-Shun Li1-1/+1
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the `sourceRoot` attribute passed to `stdenv.mkDerivation` should be specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is produced using `fetchgit`-based fetchers. `sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on the assumption that the `name` attribute of these pre-unpacked fetchers are always `"source"`, which is not the case. Expecting constant `name` also makes the source FODs prone to irrelevent hashes during version bumps. [1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot [2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-06symfony-cli: move to `pkgs/by-name`Pol Dellaiera1-0/+60
2024-02-10syn2mas: 0.7.0 -> 0.8.0R. Ryantm1-3/+3
2024-01-30Merge pull request #284119 from vifino/syslog-ng-4.6.0Mario Rodas1-0/+126
syslogng: 4.5.0 -> 4.6.0
2024-01-27nixos/systemd-lock-handler: initOlli Helenius1-1/+5
2024-01-27systemd-lock-handler: init at 2.4.2Olli Helenius1-0/+47
2024-01-26syslogng: 4.5.0 -> 4.6.0Adrian Pistol1-0/+126
2024-01-21symbolicator: fix build on DarwinRandy Eckenrode1-0/+1
Add the SystemConfiguration framework as a `buildInput`. Otherwise, symbolicator fails to link on Darwin.
2024-01-13systemctl-tui: 0.2.2 -> 0.2.4siph1-3/+3
2023-12-18syn2mas: init at 0.7.0teutat3s1-0/+30
Tool to help with the migration of a Matrix Synapse installation to the Matrix Authentication Service. https://github.com/matrix-org/matrix-authentication-service/tree/main/tools/syn2mas Related to #275057
2023-12-10syndicate_utils: init at 20231130Emery Hemingway2-0/+98
https://git.syndicate-lang.org/ehmry/syndicate_utils
2023-12-06Merge pull request #266473 from h7x4/pkgs-init-syntaxPeder Bergebakken Sundt1-0/+30
syntax: init at 0.1.27
2023-12-06syntax: init at 0.1.27h7x41-0/+30
2023-11-27symbolicator: 23.11.0 -> 23.11.2figsoda2-386/+333
Diff: https://github.com/getsentry/symbolicator/compare/23.11.0...23.11.2 Changelog: https://github.com/getsentry/symbolicator/blob/23.11.2/CHANGELOG.md
2023-11-26Revert "Systemd package rewrite"Artturin20-1703/+0
Reverts NixOS/nixpkgs#269620 - eab0837b6803f776a5eb055ffcc9c8041807036a caused a mass-rebuild on master - self-merge on a critical package without review and not waiting for the active owner team Below are the reverts of the commits from that PR Revert "systemd: migrate to by-name" This reverts commit 33d2a40d6751477472a2eeb0531ef7ddbf1cc695. Revert "systemd: add meta.longDescription" This reverts commit 7c588d141dafe72381bb1bef5c67353349bb1fde. Revert "systemd: cosmetic rewording of code" This reverts commit d91b8d9fcbaa4514f1a3bdcf1df1b19b38c5df06. Revert "systemd: cosmetic rewording of comments" This reverts commit bc563998c0fc0455781f9a90b5a0541de4c15014. Revert "systemd: remove some redundancy on mesonFlags" This reverts commit eab0837b6803f776a5eb055ffcc9c8041807036a. Revert "systemd: use lib.meson* functions" This reverts commit 1129756b1a44deeeb08d09e4745f2aa8ed428282.
2023-11-25systemd: migrate to by-nameAnderson Torres20-0/+1703
2023-11-20symbolicator: fix build on darwinfigsoda1-0/+3
2023-11-15symbolicator: 23.10.1 -> 23.11.0figsoda2-79/+103
Diff: https://github.com/getsentry/symbolicator/compare/23.10.1...23.11.0 Changelog: https://github.com/getsentry/symbolicator/blob/23.11.0/CHANGELOG.md
2023-10-24Merge pull request #262822 from siph/systemctl-tuiMaximilian Bosch1-0/+30
systemctl-tui: init at 0.2.2
2023-10-23systemctl-tui: init at 0.2.2siph1-0/+30
2023-10-21symbolicator: 23.10.0 -> 23.10.1figsoda2-148/+164
Diff: https://github.com/getsentry/symbolicator/compare/23.10.0...23.10.1 Changelog: https://github.com/getsentry/symbolicator/blob/23.10.1/CHANGELOG.md
2023-10-18synthesia: init at 10.9ners1-0/+76
2023-10-18Merge pull request #261425 from ProminentRetail/syncrcloneWeijia Wang1-0/+31
syncrclone: init at unstable-2023-03-23
2023-10-16symbolicator: 23.9.1 -> 23.10.0figsoda2-334/+246
Diff: https://github.com/getsentry/symbolicator/compare/23.9.1...23.10.0 Changelog: https://github.com/getsentry/symbolicator/blob/23.10.0/CHANGELOG.md
2023-10-17syncrclone: init at unstable-2023-03-23ProminentRetail1-0/+31
2023-09-20symbolicator: 23.9.0 -> 23.9.1figsoda2-12/+12
Diff: https://github.com/getsentry/symbolicator/compare/23.9.0...23.9.1 Changelog: https://github.com/getsentry/symbolicator/blob/23.9.1/CHANGELOG.md
2023-09-19symbolicator: 23.8.0 -> 23.9.0figsoda2-363/+349
Diff: https://github.com/getsentry/symbolicator/compare/23.8.0...23.9.0 Changelog: https://github.com/getsentry/symbolicator/blob/23.9.0/CHANGELOG.md
2023-09-10symbolicator: init at 23.8.0figsoda2-0/+5692
https://github.com/getsentry/symbolicator