| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | llvmPackages_git.libcxx: remove `preInstall` phase for Darwin•••This has not been added for `llvmPackages_15.libcxx`, therefore, we do not need it anymore. origin/llvmPackages_git.libcxx-tests | Raito Bezarius | 2023-04-05 | 1 | -14/+0 |
| * | llvmPackages_git: apply #211230 to llvmPackages_git•••Port of 4fabcf49458fc01f89ce494d0e5c18ec9ce167fb ("llvmPackages_15: apply #211230 to llvmPackages_15"). See the comments here for context: https://github.com/NixOS/nixpkgs/pull/194634#discussion_r1089389188 Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com> | Rahul Butani | 2023-04-05 | 1 | -3/+9 |
| * | llvmPackages_git.libcxxabi: fix cycles that arise when `stdenv` is the LLVM s...•••Port of 8db72e3b7eac911b4c14a24c56741d98ac7eac94 ("llvmPackages_15.libcxxabi: fix cycles that arise when `stdenv` is the LLVM stdenv"). | Rahul Butani | 2023-04-05 | 1 | -1/+7 |
| * | llvmPackages_git.libcxx: updates from LLVM15•••Port of bc4dbee1150281fbd46663ef5e0e80493de9320e ("llvmPackages_15: updates for LLVM 15"). None of the patches required any touch-up; the only change of note is: - due to changes in the libc++/libc++abi build (https://reviews.llvm.org/D120719 and https://reviews.llvm.org/D131037) we have to add an extra build option to the libc++ header only build that sidesteps bits of the libc++ build config that assume libc++-abi is present in the build: https://github.com/llvm/llvm-project/blob/4f827318e3e8ccab4ff131e06234caa827e91e4e/libcxx/src/CMakeLists.txt#L255-L256 Rather than maintaining a precise set of build options that let us dodge referencing libc++-abi variables in the libc++ header only build, we set `LIBCXX_CXX_ABI` to `none`, as suggested by @lovesegfault. More discussion about this here: https://github.com/NixOS/nixpkgs/pull/194634#discussion_r990267037 Co-authored-by: Bernardo Meurer <bernardo@meurer.org> | Rahul Butani | 2023-04-05 | 1 | -1/+1 |
| * | Merge master into staging-next | github-actions[bot] | 2023-03-18 | 34 | -68/+167 |
| |\ | |||||
| | * | Merge pull request #221838 from devusb/pomerium•••pomerium: 0.20.0 -> 0.21.2 | Luke Granger-Brown | 2023-03-18 | 5 | -10/+43 |
| | |\ | |||||
| | | * | pomerium: 0.20.0 -> 0.21.2 | Morgan Helton | 2023-03-18 | 3 | -7/+7 |
| | | * | pomerium: add test for UI | Morgan Helton | 2023-03-18 | 1 | -0/+7 |
| | | * | pomerium: add update script | Morgan Helton | 2023-03-18 | 2 | -3/+29 |
| | * | | Merge pull request #221594 from ken-matsui/patch-1•••maintainers: update my information | Mario Rodas | 2023-03-18 | 1 | -1/+0 |
| | |\ \ | |||||
| | | * | | maintainers: update my information | Ken Matsui | 2023-03-16 | 1 | -1/+0 |
| | * | | | Merge pull request #220887 from stehessel/buf-darwin-fix-tests•••buf: allow local networking in darwin tests | Weijia Wang | 2023-03-18 | 1 | -0/+3 |
| | |\ \ \ | |||||
| | | * | | | buf: allow local networking in darwin tests | Stephan Heßelmann | 2023-03-12 | 1 | -0/+3 |
| | * | | | | Merge pull request #220893 from mrene/fix-sdrangel-darwin•••sdrangel: fix darwin build | Weijia Wang | 2023-03-18 | 11 | -16/+17 |
| | |\ \ \ \ | |||||
| | | * | | | | sdrangel: fix darwin build•••Tested and changed the platform metadata for the dependent libs. | Mathieu Rene | 2023-03-12 | 8 | -12/+13 |
| | | * | | | | opencv3: Build with video input under darwin platforms•••Adds the right dependencies for encoding video, and removes the cmake flag preventing the feature to be compiled in. | Mathieu Rene | 2023-03-12 | 2 | -4/+3 |
| | | * | | | | qt5.qtwebengine: fix Qt version number in cmake•••Previously fixed in 97904f8424ccbba6de4ae63e7e97c2c4edf65567 and #118084, but the fix was only applied to linux platforms. This fixes libraries that depend on qtwebengine under darwin platforms. | Mathieu Rene | 2023-03-12 | 1 | -0/+1 |
| | * | | | | | Merge pull request #221552 from BKSalman/master•••chatterino2: 2.4.0 -> 2.4.2 | Sandro | 2023-03-18 | 1 | -4/+4 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | chatterino2: 2.4.0 -> 2.4.2 | BKSalman | 2023-03-17 | 1 | -4/+4 |
| | * | | | | | | Merge pull request #221663 from fgaz/itchiodl/2.3•••itchiodl: 2.2.0 -> 2.3.0 | Mario Rodas | 2023-03-18 | 1 | -2/+2 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | itchiodl: 2.2.0 -> 2.3.0 | Francesco Gazzetta | 2023-03-17 | 1 | -2/+2 |
| | * | | | | | | | python310Packages.python-lsp-server: Add meta.mainProgram (#221728)•••The `python-lsp-server` package has its main binary as `pylsp`. The `mainProgram` meta attribute should reflect such to enable use of `lib.getExe`. | David H | 2023-03-18 | 1 | -0/+1 |
| | * | | | | | | | Merge pull request #221810 from fabaff/peaqevcore-bump•••python310Packages.peaqevcore: 13.2.0 -> 13.2.2 | Mario Rodas | 2023-03-18 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | python310Packages.peaqevcore: 13.2.0 -> 13.2.2 | Fabian Affolter | 2023-03-18 | 1 | -2/+2 |
| | * | | | | | | | | Merge pull request #221811 from fabaff/pyobihai-bump•••python310Packages.pyobihai: 1.4.0 -> 1.4.1 | Mario Rodas | 2023-03-18 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | python310Packages.pyobihai: 1.4.0 -> 1.4.1 | Fabian Affolter | 2023-03-18 | 1 | -2/+2 |
| | | |/ / / / / / / | |||||
| | * | | | | | | | | Merge pull request #221847 from aaronjheng/golangci-lint•••golangci-lint: 1.51.2 -> 1.52.0 | Mario Rodas | 2023-03-18 | 1 | -5/+3 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | golangci-lint: 1.51.2 -> 1.52.0 | Aaron Jheng | 2023-03-18 | 1 | -5/+3 |
| | * | | | | | | | | | Merge pull request #221289 from markbeep/ramfetch•••ramfetch: init at 1.1.0 | superherointj | 2023-03-18 | 3 | -0/+41 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | maintainers: add markbeep | Mark | 2023-03-18 | 1 | -0/+6 |
| | | * | | | | | | | | | ramfetch: init at 1.1.0 | Mark | 2023-03-18 | 2 | -0/+35 |
| | * | | | | | | | | | | Merge pull request #221197 from r-ryantm/auto-update/codeql•••codeql: 2.12.3 -> 2.12.4 | Weijia Wang | 2023-03-18 | 1 | -5/+5 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | codeql: jdk11 -> jdk17 | Weijia Wang | 2023-03-18 | 1 | -3/+3 |
| | | * | | | | | | | | | | codeql: 2.12.3 -> 2.12.4 | R. Ryantm | 2023-03-14 | 1 | -2/+2 |
| | * | | | | | | | | | | | Merge pull request #221151 from wegank/bossa-wxgtk•••bossa: migrate to wxGTK32 | Weijia Wang | 2023-03-18 | 3 | -10/+32 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | klipper-firmware: migrate to wxGTK32 | Weijia Wang | 2023-03-14 | 1 | -2/+3 |
| | | * | | | | | | | | | | | bossa: migrate to wxGTK32 | Weijia Wang | 2023-03-14 | 2 | -8/+29 |
| | * | | | | | | | | | | | | Merge pull request #221801 from kilianar/orchis-theme_2023-03-18•••orchis-theme: 2023-02-26 -> 2023-03-18 | Weijia Wang | 2023-03-18 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | orchis-theme: 2023-02-26 -> 2023-03-18•••https://github.com/vinceliuice/Orchis-theme/releases/tag/2023-03-18 | kilianar | 2023-03-18 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | Merge pull request #221809 from wegank/nest-bump•••nest: 3.3 -> 3.4 | Weijia Wang | 2023-03-18 | 1 | -4/+5 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | nest: specify license | Fabian Affolter | 2023-03-18 | 1 | -1/+1 |
| | | * | | | | | | | | | | | | | nest: add changelog to meta | Fabian Affolter | 2023-03-18 | 1 | -1/+2 |
| | | * | | | | | | | | | | | | | nest: 3.3 -> 3.4 | Weijia Wang | 2023-03-18 | 1 | -3/+3 |
| | * | | | | | | | | | | | | | | Merge pull request #190862 from zhaofengli/xpra-uinput-conf | Artturi | 2023-03-18 | 1 | -0/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | xpra: Also add module paths to xorg-uinput.conf•••If uinput is used, xpra will silently replace "xorg.conf" with "xorg-uinput.conf" in the xorg/xvfb command line before launching it [1]. We also need to inject the xorg module paths there. [1] https://github.com/Xpra-org/xpra/blob/337d861d28af03d112d5bd88817a8293c1e0fce0/xpra/x11/vfb_util.py#L231-L235 | Zhaofeng Li | 2022-11-01 | 1 | -0/+1 |
| | * | | | | | | | | | | | | | | | Merge pull request #221778 from marsam/update-esbuild•••esbuild: 0.17.11 -> 0.17.12 | Mario Rodas | 2023-03-18 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | esbuild: 0.17.11 -> 0.17.12•••https://github.com/evanw/esbuild/releases/tag/v0.17.12 | Mario Rodas | 2023-03-17 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | | | | Merge pull request #221766 from amjoseph-nixpkgs/pr/trivial-builders/test/fix...•••trivial-builders/test/references.nix: fix eval | Robert Hensing | 2023-03-18 | 1 | -2/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | trivial-builders/test/references.nix: fix eval•••The command ``` nix-build -A tests.trivial-builders.references --show-trace ``` fails eval with ``` in job ‘nixpkgs.tests.trivial-builders.references’: error: The option `meta.description' does not exist. Definition values: - In `makeTest parameters': "Run the Nixpkgs trivial builders tests" ``` because `meta.description` and `meta.license` are not valid for `nixosTest`s (they are valid for `mkDerivation` of course). This has been causing Hydra eval failures: https://hydra.nixos.org/jobset/nixos/pr-209870-gcc-external-bootstrap#tabs-errors Let's fix eval by removing these attributes. | Adam Joseph | 2023-03-17 | 1 | -2/+0 |
| | * | | | | | | | | | | | | | | | | | Merge pull request #221763 from amjoseph-nixpkgs/pr/pkg-config/fix-eval•••test-defaultPkgConfigPackages.nix: filter out recurseForDerivations | Robert Hensing | 2023-03-18 | 1 | -1/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
