2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-25 05:23:54 +00:00
Commit Graph

417343 Commits

Author SHA1 Message Date
Pavol Rusnak
fa2021c7b6
fido2luks: 0.2.20 -> 0.2.21
+ fix license
2022-10-12 15:06:28 +02:00
Jan Tojnar
61a13e2dc7 selfoss: 2.18 → 2.19
https://github.com/fossar/selfoss/releases/tag/2.19
2022-10-12 14:53:45 +02:00
Artturin
9ff71f97c8 python-setup-hook: use buildPackages.callPackage to not change hashes
this is just a hook so its safe

without this change:

we build a python3 for buildHost twice instead of only once while the result
of the build is the same

```
nix-repl> pkgsCross.aarch64-multiplatform.python3.pythonForBuild
«derivation /nix/store/5sx1ng86lxzggi33rchvq0z16ywkg11b-python3-3.10.7.drv»

nix-repl> pkgsCross.aarch64-multiplatform.buildPackages.python3
«derivation /nix/store/c5rlaqdfymd3j5v41rh98pjcv3dx3sh7-python3-3.10.7.drv»
```

```
$ nix-diff $(getOutForDrv "/nix/store/5sx1ng86lxzggi33rchvq0z16ywkg11b-python3-3.10.7.drv") $(getOutForDrv "/nix/store/c5rlaqdfymd3j5v41rh98pjcv3dx3sh7-python3-3.10.7.drv") --environment
- /nix/store/3fkwg2pypsxhydgwb9m7f1v5pcgfns6p-python3-3.10.7:{out}
+ /nix/store/wyhbl43ycqn43d08v5fqj1j6ynf7nz73-python3-3.10.7:{out}
• The input derivation named `python-setup-hook.sh` differs
  - /nix/store/slvn39rh0l53c9czaf3g6a4awcj63j5r-python-setup-hook.sh.drv:{out}
  + /nix/store/bcjff6dn4gp7pf0knnja9ax4qrll78d5-python-setup-hook.sh.drv:{out}
  • The set of input source names do not match:
      - cross-file.conf
  • The input derivation named `stdenv-linux` differs
    - /nix/store/rsxsipgabvny0mc286j3vfpgaaaixdyz-stdenv-linux.drv:{out}
    + /nix/store/46ywpk0p6r22y502gi21xxghminy9lbj-stdenv-linux.drv:{out}
    • The set of input derivation names do not match:
        - hook
        + acl-2.3.1
        + attr-2.5.1
        + binutils-2.39
        + binutils-wrapper-2.39
        + ed-1.18
        + expand-response-params
        + gcc-11.3.0
        + gcc-wrapper-11.3.0
        + glibc-2.35-163
        + gmp-with-cxx-stage4-6.2.1
        + libidn2-2.3.2
        + libunistring-1.0
        + linux-headers-5.19
        + pcre-8.45
        + zlib-1.2.12
    • The set of input derivations named `bzip2-1.0.8` do not match
    • The set of input derivations named `xz-5.2.6` do not match
    • The environments do not match:
        + allowedRequisites=...
        defaultNativeBuildInputs=''
        ...
    ''
  • The environments do not match:
      cmakeFlags=''
      -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64
  ''
      configureFlags=''
      --build=x86_64-unknown-linux-gnu --host=aarch64-unknown-linux-gnu
  ''
      mesonFlags=''
      --cross-file=/nix/store/0d6bflf42rgrrxhp10visp67scqncd4g-cross-file.conf
  ''
      stdenv=''
      /nix/store/6ji09gqw12pnp3ylw3rrsd65f9vhhx89-stdenv-linux/nix/store/ykjm8yzjcwg2xpf640zh6jql5s8yimkp-stdenv-linux
  ''
• The environments do not match:
    setupHook=''
    /nix/store/x6rrxsai11kl9gq29ipv0jn455admav3-python-setup-hook.sh/nix/store/h7z4wvlf7n23ir86nngjn9rpk1ygc7di-python-setup-hook.sh
''
```
2022-10-12 14:40:18 +02:00
Martin Weinelt
e44983d587
Merge pull request from mweinelt/python-bcrypt 2022-10-12 14:34:47 +02:00
Yureka
7fc8453a68
libusb1: enable udev support for dynamically linked musl platform ()
This was previously disabled because pkgs.udev (=pkgs.systemd) was not building on musl, but that is no longer the case.
This fixes the build of pkgsMusl.usbutils, which requires udev support in libusb1.
2022-10-12 14:20:21 +02:00
Bobby Rong
af4a69ffff
lxqt.lxqt-build-tools: Fix build failure of libqtxdg with GLib 2.73.1+ 2022-10-12 20:08:25 +08:00
Alexander Shpilkin
16ead09b5e
parlatype: sort dependencies and reformat 2022-10-12 14:41:20 +03:00
Alyssa Ross
3dae05bb91 update-python-libraries: enable nix command
Since the Nix command used is an implementation detail of the script,
it's the script that will have to be updated if the command changes,
it's the script that should be opting into this, rather than making
the user do it globally.
2022-10-12 11:38:55 +00:00
Alyssa Ross
6425011efe update-python-libraries: remove old Nix fallback
Since c0972c16dc ("update-python-libraries: add missing dependency nix"),
Nix will be provided as a dependency, so we know we'll always be using
a modern version and no longer need the fallback.
2022-10-12 11:38:55 +00:00
R. Ryantm
07f03615ba dagger: 0.2.35 -> 0.2.36 2022-10-12 11:24:03 +00:00
Cabia Rangris
216e5aa763
Merge pull request from danderson/danderson/superslicer
super-slicer: use non-EGL version of wxWidgets.
2022-10-12 15:22:59 +04:00
Martin Weinelt
a0231e8cce
pebble: mark broken on 32bit platforms 2022-10-12 13:13:54 +02:00
Stanisław Pitucha
d2afb051ff
Merge pull request from yorickvP/guake
guake: 3.6.3 -> 3.9.0
2022-10-12 22:12:57 +11:00
R. Ryantm
57dd862499 copilot-cli: 1.22.0 -> 1.22.1 2022-10-12 11:12:27 +00:00
Stanisław Pitucha
05645561b5
Merge pull request from viraptor/pulumi-aws-darwin-fix
python310Packages.pulumi-aws: mark as working on darwin and aarch64
2022-10-12 22:04:19 +11:00
Martin Weinelt
0310ac43a5
python3Packages.mypy: Disable mypy.report import on i686-linux
Importing the mypy.report fails due to a circular import.
2022-10-12 13:03:48 +02:00
Stanisław Pitucha
21d1461e97
Merge pull request from astrobeastie/cargo-hf2
cargo-hf2: init at 0.3.3
2022-10-12 21:52:20 +11:00
Bobby Rong
710808a82b
pantheon.elementary-terminal: Fix terminal freeze when closing in GLib 2.73.2+ 2022-10-12 18:43:05 +08:00
Francesco Gazzetta
187ee8ee0e
Merge pull request from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.59 -> 1.60
2022-10-12 10:32:36 +00:00
Martin Weinelt
7d3e7f4890
python3Packages.bcrypt: Revert to 3.2.2 on i686-linux
The latest bcrypt version segfaults during test_kdf, which prevents the
package from building. The package is in the critical chain for many
NixOS tests, which currently won't complete on i686-linux.

Upstream-Issue: https://github.com/pyca/bcrypt/issues/407
2022-10-12 12:24:58 +02:00
Stanisław Pitucha
c8976310f0
Merge pull request from r-ryantm/auto-update/python310Packages.gaphas
python310Packages.gaphas: 3.8.0 -> 3.8.1
2022-10-12 21:22:43 +11:00
Stanisław Pitucha
bf43ec1b78
Merge pull request from k0ral/losslesscut
losslesscut: 3.43.0 -> 3.46.2
2022-10-12 21:05:58 +11:00
Stanisław Pitucha
78f921a488
Merge pull request from r-ryantm/auto-update/netbox
netbox: 3.3.4 -> 3.3.5
2022-10-12 21:01:52 +11:00
Stanisław Pitucha
87c8a2a9bb
Merge pull request from tjni/pnpm-update
nodePackages.pnpm: 7.13.2 -> 7.13.3
2022-10-12 20:26:11 +11:00
Stanisław Pitucha
f408bb190b
Merge pull request from r-ryantm/auto-update/himalaya
himalaya: 0.5.10 -> 0.6.0
2022-10-12 20:21:19 +11:00
siph
ca03be9517 devilspie2: update homepage in meta 2022-10-12 03:19:58 -06:00
Stanisław Pitucha
8b2e3785d4
Merge pull request from r-ryantm/auto-update/werf
werf: 1.2.177 -> 1.2.178
2022-10-12 20:17:57 +11:00
Adam Joseph
0d0c03fb0b
coding-conventions.chapter.md: update to account for ()
https://github.com/NixOS/nixpkgs/pull/89885 ensures that fetches are
done securely (i.e. without `--insecure`) when the `hash` parameter is one of
the four special "fake" hashes.  However the manual was not updated in that PR.
This commit updates the manual to account for the already-merged changes from
that PR.

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-10-12 11:08:50 +02:00
Jonas Heinrich
56f970d3a5
Merge pull request from r-ryantm/auto-update/syncstorage-rs
syncstorage-rs: 0.12.3 -> 0.12.4
2022-10-12 11:04:48 +02:00
Phillip Seeber
334f2a8584 openmm: init at 7.7.0
openmm formatting and inputs


openmm: clang optional


openmm: formatting


openmm: formatting


openmm: formatting


openmm: formatting


openmm: fix


openmm: disable more tests


openmm: disable more tests


openmm: disable more stochastic tests
2022-10-12 10:40:48 +02:00
Azat Bahawi
73e93f456c
kubedog: init at 0.9.6 2022-10-12 11:26:50 +03:00
Aaron Jheng
16085338c0
bingo: 0.6.0 -> 0.7.0 2022-10-12 08:24:21 +00:00
Oleksii Filonenko
e10c414dd7
Merge pull request from anthonyroussel/overcommit_0_59_1 2022-10-12 11:17:00 +03:00
Jonas Heinrich
dbb59c06ac
Merge pull request from r-ryantm/auto-update/thedesk
thedesk: 22.3.1 -> 23.0.1
2022-10-12 10:16:16 +02:00
Jonas Heinrich
958f691462
Merge pull request from r-ryantm/auto-update/baresip
baresip: 2.8.1 -> 2.8.2
2022-10-12 10:13:48 +02:00
Jonas Heinrich
dda6bf6442
Merge pull request from siph/devilspie2-0.44
devilspie2: 0.43 -> 0.44
2022-10-12 09:59:43 +02:00
Thomas Gerbet
80f28828c7
gerrit: 3.5.1 -> 3.6.2 ()
https://www.gerritcodereview.com/3.6.html
2022-10-12 09:58:10 +02:00
Jonas Heinrich
fc0c0a17ca
Merge pull request from 360ied/classicube-1.3.3
classicube: 1.3.2 -> 1.3.3
2022-10-12 09:57:14 +02:00
Jonas Heinrich
2e9fa7f528
Merge pull request from markuskowa/add-ucc
ucc: init at 1.1.0
2022-10-12 09:52:29 +02:00
Jonas Heinrich
aae9df3e61
Merge pull request from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.127 -> 3.0.128
2022-10-12 09:50:11 +02:00
Jonas Heinrich
b50ceb9877
Merge pull request from r-ryantm/auto-update/aws-nuke
aws-nuke: 2.19.0 -> 2.20.0
2022-10-12 09:45:10 +02:00
Jonas Heinrich
bbcc159696
Merge pull request from r-ryantm/auto-update/bemenu
bemenu: 0.6.12 -> 0.6.13
2022-10-12 09:35:27 +02:00
Jonas Heinrich
4efb100eb8
Merge pull request from r-ryantm/auto-update/python310Packages.pex
python310Packages.pex: 2.1.109 -> 2.1.110
2022-10-12 09:30:52 +02:00
Timothy DeHerrera
eafbd542ed
qutebrowser-qt6: fix help command
Fixes 

The unstable qt6 build requires invoking the doc builder before
 setup.py is called in order to have it properly installed. Also added
pygments as a missing doc build dependency.
2022-10-12 01:27:04 -06:00
Jonas Heinrich
fea4a1365a
Merge pull request from maralorn/chrysalis
chrysalis: 0.11.5 -> 0.11.8
2022-10-12 09:25:50 +02:00
Jonas Heinrich
317439f7fc
Merge pull request from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.45.2 -> 0.45.3
2022-10-12 09:18:02 +02:00
Vladimír Čunát
e8ea57f207
Merge : heroic: don't use the kdialog alias 2022-10-12 09:15:06 +02:00
R. Ryantm
e1734cb2b4 redpanda: 22.2.5 -> 22.2.6 2022-10-12 02:58:17 -04:00
R. Ryantm
98e5fcb9c7 werf: 1.2.177 -> 1.2.178 2022-10-12 06:43:54 +00:00
Vladimír Čunát
b2a5c364d7
heroic: don't use the kdialog top-level alias
https://hydra.nixos.org/log/ygsis1s955063im3i37cqwb9grfjyfsz-nixpkgs-release-checks.drv
2022-10-12 08:43:30 +02:00