Commit graph

535607 commits

Author SHA1 Message Date
R. Ryantm 5fa44991c3 carapace: 0.27.0 -> 0.28.0 2023-10-13 19:37:38 +00:00
Janik 96896946dd
Merge pull request #242371 from jfly/add-openvpn3-systemd-resolved-support 2023-10-13 19:58:37 +02:00
Bernardo Meurer 1f588ca8ff
Merge pull request #260910 from Madouura/pr/rocm-warning 2023-10-13 13:15:00 -04:00
Weijia Wang c2676d1f74
Merge pull request #260891 from lovesegfault/nix-your-shell-mainProgram
nix-your-shell: set meta.mainProgram
2023-10-13 18:56:23 +02:00
Weijia Wang fbc9711e91
Merge pull request #260881 from ShaddyDC/comma-mainprogram
comma: add `meta.mainProgram`
2023-10-13 18:56:05 +02:00
Artturi da03f2425e
Merge pull request #257084 from paveloom/mold
mold: 2.1.0 -> 2.2.0 + refactor
2023-10-13 19:53:56 +03:00
Weijia Wang 58e24610bc
Merge pull request #260617 from cafkafk/cafk-fortune-kind-v0.1.4
fortune-kind: 0.1.3 -> 0.1.4
2023-10-13 18:36:37 +02:00
Weijia Wang e26caaf683
Merge pull request #260619 from paveloom/picard
picard: 2.9.2 -> 2.10
2023-10-13 18:36:17 +02:00
Weijia Wang 45c7c632d7
Merge pull request #260763 from r-ryantm/auto-update/ipfs-cluster
ipfs-cluster: 1.0.6 -> 1.0.7
2023-10-13 18:35:21 +02:00
Allusive 2f23d4d2d3
picom-allusive: 0.3.1 -> 0.3.2 (#260825) 2023-10-13 18:30:05 +02:00
Weijia Wang 1de9c0b390
Merge pull request #260648 from r-ryantm/auto-update/phosh
phosh: 0.31.1 -> 0.32.0
2023-10-13 18:29:01 +02:00
Weijia Wang fda2961162
Merge pull request #260775 from r-ryantm/auto-update/mount-zip
mount-zip: 1.0.10 -> 1.0.11
2023-10-13 18:27:54 +02:00
Weijia Wang ba5c16e824
Merge pull request #260803 from eclairevoyant/sov
sov: 0.73 -> 0.92b; add meta.mainProgram and other cleanup
2023-10-13 18:27:30 +02:00
Weijia Wang 981ebaeb3c
Merge pull request #260899 from fabaff/hcloud-bump
python311Packages.hcloud: 1.29.1 -> 1.30.0
2023-10-13 18:26:12 +02:00
Thiago Kenji Okada 57a3c03486
Merge pull request #258571 from thiagokokada/nixos-rebuild-system-run
nixos-rebuild: run activation inside systemd-run
2023-10-13 17:19:25 +01:00
Emily aead6ea9b6
Merge pull request #260783 from networkException/update-chromium
chromium,ungoogled-chromium,chromedriver: 117.0.5938.149 -> 118.0.5993.70
2023-10-13 17:54:00 +02:00
Madoura a49c89ae11
top-level/aliases: remove warning from rocm-opencl-{icd,runtime}
After 23.11 is released, we want to convert this to a throw like the others
2023-10-13 10:49:36 -05:00
Fabian Affolter 5e91510236
Merge pull request #260645 from fabaff/azure-storage-queue-bump
python311Packages.azure-storage-queue: 12.7.2 -> 12.7.3
2023-10-13 17:42:45 +02:00
Weijia Wang 94e52216e1
Merge pull request #260706 from r-ryantm/auto-update/numcpp
numcpp: 2.11.0 -> 2.12.0
2023-10-13 17:42:31 +02:00
R. Ryantm 0b4f3f07d7 hepmc3: 3.2.6 -> 3.2.7 2023-10-13 11:38:07 -04:00
Bobby Rong 3eb6ccb947
Merge pull request #260479 from bobby285271/upd/xfce-test
nixosTests.xfce: Extend the test
2023-10-13 23:36:44 +08:00
Anderson Torres 8a83d296d7 ppsspp: 1.16.5 -> 1.16.6 2023-10-13 12:31:01 -03:00
Anderson Torres ee255dd1bb ppsspp: migrate to by-name 2023-10-13 12:31:01 -03:00
Fabian Affolter b2dacdd608
Merge pull request #260866 from natsukium/dvc/fix
python311Packages.dvc: fix hash
2023-10-13 17:27:18 +02:00
Bjørn Forsman 99476c1ec3 quartus-prime-lite: use runtimeShell in wrappers
stdenv.shell is a shell for building, runtimeShell is for running, so
the latter should be used in wrappers. (The distinction only matters
when cross-compiling.)
2023-10-13 17:21:42 +02:00
Bjørn Forsman 215bb70952 quartus-prime-lite: test building encrypted device model
Prevent regressions.
2023-10-13 17:21:42 +02:00
Bjørn Forsman 4de69110fa quartus-prime-lite: modelsim: fix compiling encrypted device models
LD_PRELOADing libudev breaks compiling encrypted device models in
ModelSim, so only use LD_PRELOAD for non-ModelSim wrappers.

Before:

  $ "$(NIXPKGS_ALLOW_UNFREE=1 nix-build -A quartus-prime-lite)/bin/vlog" "$(NIXPKGS_ALLOW_UNFREE=1 nix-build -A quartus-prime-lite.unwrapped)/modelsim_ase/altera/verilog/src/arriav_atoms_ncrypt.v"
  [...]
  ** Error: /nix/store/szcr2q24izqvhz7ybalar43y5xdg172a-quartus-prime-lite-unwrapped-20.1.1.720/modelsim_ase/altera/verilog/src/arriav_atoms_ncrypt.v(38): (vlog-2163) Macro `<protected> is undefined.
  ** Error: /nix/store/szcr2q24izqvhz7ybalar43y5xdg172a-quartus-prime-lite-unwrapped-20.1.1.720/modelsim_ase/altera/verilog/src/arriav_atoms_ncrypt.v(38): (vlog-2163) Macro `<protected> is undefined.
  ** Error: (vlog-13069) /nix/store/szcr2q24izqvhz7ybalar43y5xdg172a-quartus-prime-lite-unwrapped-20.1.1.720/modelsim_ase/altera/verilog/src/arriav_atoms_ncrypt.v(38): syntax error in protected region.
  [...]
  Errors: 4, Warnings: 0

After:

  $ "$(NIXPKGS_ALLOW_UNFREE=1 nix-build -A quartus-prime-lite)/bin/vlog" "$(NIXPKGS_ALLOW_UNFREE=1 nix-build -A quartus-prime-lite.unwrapped)/modelsim_ase/altera/verilog/src/arriav_atoms_ncrypt.v"
  [...]
  Errors: 0, Warnings: 0
2023-10-13 17:21:42 +02:00
Bjørn Forsman 7fe9476618 quartus-prime-lite: move passthru towards end
Coding style.
2023-10-13 17:21:42 +02:00
Bjørn Forsman 04413f50b9 quartus-prime-lite: buildFHSEnvChroot -> buildFHSEnv
The former is deprecated. The latter is implemented with
buildFHSEnvBubblewrap. The reason this package was switched to
buildFHSEnvChroot in the first place[1] is fixed by passing `multiArch =
true` (which brings e.g. 32-bit dynamic loader /lib/ld-linux.so.2).

[1] Commit cae417d315 ("quartus-prime: use buildFHSEnvChroot")
2023-10-13 17:21:42 +02:00
Bjørn Forsman 169dc22b96 quartus-prime-lite: don't overwrite LD_PRELOAD
Instead, merge the user provided LD_PRELOAD environment variable with
the hardcoded libudev.so.1 entry. User provided libs are loaded first.
2023-10-13 17:21:42 +02:00
Bjørn Forsman b201c54346 quartus-prime-lite: eliminate two unneeded execve syscalls
* Set LD_PRELOAD in the profile snippet to eliminate one execve() for `env`.
* Set runScript to "" to eliminate one execve() for bash.
2023-10-13 17:21:42 +02:00
Bjørn Forsman e19a5b040c quartus-prime-lite: expose all of quartus/bin/*
* Upstream recommends it (adding $QUARTUS_ROOTDIR/bin to $PATH).
* It's cool that nixpkgs *can* do these tricks (only expose a subset of
  programs), but in this case I don't think it's a good idea. For
  example, before this change I was missing the `jtagconfig` program.
* This increases the number of programs in .../bin from 29 to 80.
2023-10-13 17:21:42 +02:00
Bjørn Forsman f7c180ee1e quartus-prime-lite: add vcom, vdel, vmap
These are useful for Modelsim scripting.
2023-10-13 17:21:42 +02:00
Bjørn Forsman 5428524354 quartus-prime-lite: add lmutil
It's tool to check the validity of licenses, and vsim suggests running
it when it has issues validating a license. (At least in Quartus
22.1.2.)
2023-10-13 17:21:42 +02:00
Bjørn Forsman 9069ffe15f quartus-prime-lite: add /lib/ld-lsb*.so.3 dynamic loaders to FHS env
(In preparation for adding lmutil.)

Quartus is a mix of 32- and 64-bit programs, and these "lsb" loaders are
required by some of the unwrapped binaries:

  $ find /nix/store/HASH-quartus-prime-lite-unwrapped-20.1.1.720 -type f -executable | xargs -n1 patchelf --print-interpreter |& grep "ld-lsb" | sort -u
  /lib64/ld-lsb-x86-64.so.3
  /lib/ld-lsb.so.3
2023-10-13 17:21:42 +02:00
Bjørn Forsman 61893a949e quartus-prime-lite: list progs to wrap in sh instead of Nix
This opens up for using sh globbing (and possibly wrapping *all*
programs), something which is not possible when the program list is
coded in Nix.
2023-10-13 17:21:42 +02:00
Bjørn Forsman b74de9ec5f quartus-prime-lite: lower case local shell variables
Upper case shell variables are generally for internal variables (SHELL,
BASH_VERSION) or environment variables (PAGER, EDITOR). Other variables
should be lower case.
2023-10-13 17:21:42 +02:00
Bjørn Forsman 83f590a588 quartus-prime-lite: run mkdir as needed
Instead of maintaining both a list of executables to wrap and their
directory names, extract the directory names from the executables and
run mkdir as needed. Keep DRY.
2023-10-13 17:21:42 +02:00
Pol Dellaiera 948c4d7de2
Merge pull request #260702 from NixOS/projecteur/add-nixos-module
nixos/modules/projecteur: init
2023-10-13 17:11:05 +02:00
Maximilian Bosch 35f6dbe7fc
Merge pull request #259967 from Ma27/nextcloud-cleanups
nextcloud: 27.1.0 -> 27.1.2, update nginx, drop nextcloud25
2023-10-13 16:40:40 +02:00
Bobby Rong 8609b30455
nixosTests.xfce: Extend the test
So we got some basic OCR testing here.
2023-10-13 22:40:03 +08:00
Fabian Affolter 2eb07df839 python311Packages.hcloud: 1.29.1 -> 1.30.0
Changelog: https://github.com/hetznercloud/hcloud-python/releases/tag/v1.30.0
2023-10-13 16:25:30 +02:00
Mario Rodas 5bdf6eccd7
Merge pull request #260757 from r-ryantm/auto-update/grpc-client-cli
grpc-client-cli: 1.18.0 -> 1.19.0
2023-10-13 08:57:10 -05:00
Weijia Wang 7546bc6180
Merge pull request #259450 from npulidomateo/reinit-typora
Reinit typora
2023-10-13 15:56:55 +02:00
Mario Rodas 9034d4788e
Merge pull request #259813 from figsoda/component
cargo-component: unstable-2023-09-20 -> 0.2.0
2023-10-13 08:55:39 -05:00
Mario Rodas af90946e22
Merge pull request #260462 from figsoda/oranda
oranda: 0.4.1 -> 0.5.0
2023-10-13 08:55:08 -05:00
Robert Hensing bb0b182cce
Merge pull request #260535 from hercules-ci/fix-functionArgs-after-makeOverridable
lib.makeOverridable: fix functionArgs on returned function
2023-10-13 15:54:54 +02:00
Mario Rodas a087f3aaa0
Merge pull request #260711 from figsoda/argc
argc: 1.10.0 -> 1.11.0
2023-10-13 08:53:55 -05:00
Mario Rodas a1729f9be7
Merge pull request #260739 from bcdarwin/update-python3-monai
python310Packages.monai: 1.2.0 -> 1.3.0
2023-10-13 08:52:12 -05:00
Mario Rodas 39b83ca2b8
Merge pull request #259739 from nagy/nagy/pikchr
pikchr: unstable-2022-12-07 -> unstable-2023-08-30
2023-10-13 08:51:18 -05:00