Commit graph

77270 commits

Author SHA1 Message Date
Anderson Torres c2dda2338b
Merge pull request #194520 from BattleCh1cken/master
arduino-language-server: init at 0.7.1
2022-10-13 00:12:36 -03:00
Martin Weinelt bbbaaa3e35
Merge pull request #195610 from wegank/0ad-aarch64 2022-10-13 01:34:24 +02:00
markuskowa d0ac2bea9c
Merge pull request #188970 from sheepforce/openmm
openmm: init at 7.7.0
2022-10-12 22:04:37 +02:00
Sandro 651b29818c
Merge pull request #195007 from wegank/spatialite-gui-wxgtk 2022-10-12 20:52:50 +02:00
Jan Tojnar ed388cd656
Merge pull request #193697 from grindhold/libgtkflow
libgtkflow: split into 3 separate derivations
2022-10-12 20:52:35 +02:00
Vincent Laporte 1101dfae20 coq: default to version 8.16 2022-10-12 20:38:44 +02:00
Vincent Laporte 661ee3a269 coq_8_16: use OCaml 4.14 2022-10-12 20:38:44 +02:00
Yureka 8886c89d0e {temurin,adoptopenjdk}-bin: use alpine_linux os for musl libc 2022-10-12 20:28:59 +02:00
Weijia Wang 284adcab1f zeroad: fix build on aarch64-linux 2022-10-12 20:02:26 +02:00
Anderson Torres 63ade0c7f2
Merge pull request #195389 from rraval/git-nomad
git-nomad: init at 0.6.0
2022-10-12 12:39:35 -03:00
Anderson Torres 4a66f42131
Merge pull request #195379 from alexshpilkin/restore-parlatype
parlatype: restore, 2.1 -> 3.1
2022-10-12 11:52:39 -03: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 #195656 from mweinelt/python-bcrypt 2022-10-12 14:34:47 +02:00
Cabia Rangris 216e5aa763
Merge pull request #194021 from danderson/danderson/superslicer
super-slicer: use non-EGL version of wxWidgets.
2022-10-12 15:22:59 +04:00
Stanisław Pitucha 21d1461e97
Merge pull request #188005 from astrobeastie/cargo-hf2
cargo-hf2: init at 0.3.3
2022-10-12 21:52:20 +11: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
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
Jonas Heinrich 2e9fa7f528
Merge pull request #195543 from markuskowa/add-ucc
ucc: init at 1.1.0
2022-10-12 09:52:29 +02:00
BattleCh1cken 85fa4ac03e arduino-language-server: init at 0.7.1 2022-10-11 15:58:15 -04:00
Sandro 7a271c8bc8
Merge pull request #195112 from wegank/freqtweak-wxgtk 2022-10-11 21:12:56 +02:00
Sandro 0cb2fdf0da
Merge pull request #187960 from aidalgol/heroic-fixes 2022-10-11 21:11:39 +02:00
Sandro 9278ee48fc
Merge pull request #191977 from yurrriq/kops-1.25.0 2022-10-11 20:56:45 +02:00
Jan Tojnar ee9aa033c5
Merge pull request #195435 from wegank/gtk4-darwin
gtk4: fix build on darwin
2022-10-11 20:36:53 +02:00
Ronuk Raval a2071cad55 git-nomad: init at 0.6.0 2022-10-11 13:38:40 -04:00
Markus Kowalewski 938af386b0
ucc: init at 1.1.0 2022-10-11 18:30:05 +02:00
Sandro 33bc904dff
Merge pull request #194954 from StarGate01/bip_utils_update 2022-10-11 15:45:16 +02:00
Jonas Heinrich ff5c758289 python310Packages.py-sr25519-bindings: init at 0.1.5 2022-10-11 15:01:38 +02:00
Jonas Heinrich 198f522965 python310Packages.ed25519-blake2: init at 1.4 2022-10-11 15:00:39 +02:00
Christoph Honal 86ee52f4aa python310Packages.py-bip39-bindings: init at 0.1.10 2022-10-11 15:00:39 +02:00
Sandro 936a00284c
Merge pull request #194964 from wegank/gnudatalangauge-darwin 2022-10-11 14:49:08 +02:00
Jörg Thalheim e325d85f0f
Merge pull request #195485 from 06kellyjac/teleport-fix
teleport: fix for darwin
2022-10-11 14:39:33 +02:00
Weijia Wang 8f31bb2012 spatialite_gui: migrate to wxGTK32 2022-10-11 14:28:20 +02:00
Stanisław Pitucha d1dcdeebfa
Merge pull request #195274 from rrbutani/feature/utm
utm: init at 3.2.4
2022-10-11 22:56:26 +11:00
06kellyjac 097ec65336 teleport: fix for darwin 2022-10-11 09:55:39 +01:00
Ulrik Strid aee04b1bed
ocamlPackages.git: 3.5.0 -> 3.9.1 (#188389)
* ocamlPackages.cstruct: 6.0.1 -> 6.1.1

* ocamlPackages.git: 3.5.0 -> 3.9.1

* ocamlPackages.carton: 0.4.3 -> 0.4.4

* ocamlPackages.bigstringaf: 0.7.0 -> 0.9.0

* ocamlPackages.decompress: 1.4.2 -> 1.5.1

* ocamlPackages.repr: 0.5.0 -> 0.6.0

* ocamlPackages.irmin: 2.9.1 -> 3.4.1

* ligo: 0.36.0 -> 0.47.0

ocamlPackages.ringo: 0.5 → 0.9
ocamlPackages.data-encoding: 0.4.0 → 0.5.3
ocamlPackages.bls12-381: 1.1.0 -> 3.0.0

Co-authored-by: bezmuth <benkel97@protonmail.com>
2022-10-11 08:50:54 +02:00
Weijia Wang 24addef4ae qrencode: fix build on x86_64-darwin 2022-10-11 08:33:29 +02:00
Weijia Wang 25491b5dc3 gnudatalanguage: fix build on aarch64-darwin 2022-10-11 08:22:46 +02:00
Anderson Torres 77c986e784
Merge pull request #190105 from impl/free-p4
p4: 2021.2.2201121 -> 2022.1.2305383, build from source and remove unfree binaries
2022-10-11 00:11:22 -03:00
Anderson Torres b7fa69bbea
Merge pull request #194827 from sternenseemann/cbqn-2022-10-04
cbqn: 0.pre+date=2022-05-06 -> 0.pre+date=2022-10-04
2022-10-11 00:06:46 -03:00
Thomas Gerbet d8b936c372 influxdb: build with Go 1.18 instead of 1.17
Go 1.17 is EOL.
2022-10-11 12:43:41 +10:00
Martin Weinelt f010d3721e
Merge pull request #190548 from pacien/mongodb-6.0 2022-10-11 04:32:40 +02:00
Aaron Jheng 57cd3071e8 unconvert: unstable-2020-02-28 -> unstable-2022-09-18 2022-10-11 12:31:24 +10:00
Aaron Jheng ec26b85a34 prometheus-nats-exporter: unpin go1.17 2022-10-11 12:31:09 +10:00
Sandro c6680c06df
Merge pull request #195162 from wegank/wxpython-4-1-darwin
python3Packages.wxPython_4_1: fix build on darwin
2022-10-11 02:11:21 +02:00
Sandro 95d5226106
Merge pull request #195011 from wegank/wxsqlite3-4.9.0
wxsqlite3: 4.8.2 -> 4.9.0
2022-10-11 02:08:54 +02:00
Sandro d62fc69707
Merge pull request #194944 from wegank/diff-pdf-wxgtk
diff-pdf: migrate to wxGTK32
2022-10-11 02:06:48 +02:00
Sandro a515c0caa1
Merge pull request #194939 from wegank/rehex-0.5.3
rehex: 0.4.1 -> 0.5.3
2022-10-11 02:06:03 +02:00
Martin Weinelt 85713b7e37 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-11 00:18:04 +02:00
zowoq eeaa493508 prometheus-openldap-exporter: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq 15971fd54a tracee: pin to go 1.18 2022-10-11 08:06:02 +10:00