Commit Graph

10042 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
c1d784a832
ezminc: unstable-2019-03-12 -> unstable-2023-10-06; unbreak (#342963) 2024-10-02 01:30:10 +02:00
Dmitry Kalinkin
866b5e28a3
root: 6.32.04 -> 6.32.06 (#345692) 2024-10-01 13:44:47 -04:00
Damage6969
f80576f985
fahclient: 8.3.7 -> 8.3.18 (#344335) 2024-10-01 16:48:55 +02:00
Jonas Rembser
abf904bfc0 root: 6.32.04 -> 6.32.06 2024-10-01 15:43:21 +02:00
Jonas Rembser
aae672db41 root: replace deprecated --replace with --replace-fail 2024-10-01 12:11:19 +02:00
Ben Darwin
797703d712 ezminc: unstable-2019-03-12 -> unstable-2023-10-06 2024-09-30 21:02:59 -04:00
Doron Behar
546d75c16a
lammps and python312Packages.lammps related fixes (#342532) 2024-09-30 11:56:17 +03:00
Guillaume Maudoux
70c39915e3
dafny: 4.7.0 -> 4.8.0 (#340877) 2024-09-30 09:57:09 +02:00
Ulrik Strid
226757c677
alt-ergo: 2.5.4 → 2.6.0 (#344581) 2024-09-30 08:49:27 +02:00
Doron Behar
4c7de259dc lammps: move to pkgs/by-name 2024-09-30 09:10:23 +03:00
Doron Behar
6ccf3b79a3 lammps: nixfmt-rfc-style 2024-09-30 09:10:23 +03:00
Doron Behar
b9d665c1fc lammps: use PYTHON package by default
Makes this warning by PyLammps go away:

> WARNING: run thermo data not captured since PYTHON LAMMPS package is not enabled
2024-09-30 09:10:22 +03:00
OTABI Tomoya
c08b1027ca
delly: 1.2.6 -> 1.2.9 (#342311) 2024-09-29 14:21:50 +09:00
Markus Kowalewski
4fc8395633
cp2k: move to pkgs/by-name 2024-09-27 10:54:24 +02:00
Markus Kowalewski
aacd278c14
cp2k: apply nixfmt 2024-09-27 10:49:27 +02:00
Markus Kowalewski
5c2dc80629
cp2k: remove "with lib" in meta 2024-09-27 10:17:21 +02:00
Markus Kowalewski
69ade965c8
cp2k: add runHooks to configure and install phases 2024-09-27 10:00:01 +02:00
R. Ryantm
a9275e71f8 delly: 1.2.6 -> 1.2.9 2024-09-27 00:59:40 +02:00
Markus Kowalewski
4245219dcb
nwchem: runHooks in installPhase 2024-09-26 22:31:07 +02:00
Vincent Laporte
6f1d170fe6
alt-ergo: split into multiple outputs 2024-09-26 17:19:00 +02:00
Vincent Laporte
8e2b735ee0
alt-ergo: 2.5.4 → 2.6.0
ocamlPackages.dolmen: 0.9 → 0.10
2024-09-26 07:32:38 +02:00
OTABI Tomoya
d917f5057c
messer-slim: 4.2.2 -> 4.3 (#342699) 2024-09-25 21:11:51 +09:00
Jonas Chevalier
5e04137efd
fahcontrol, fahviewer: drop (#344254) 2024-09-25 09:28:56 +02:00
OTABI Tomoya
4c4690e27b
jbrowse: 2.15.0 -> 2.15.1 (#341939) 2024-09-25 12:07:47 +09:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Robert Schütz
7af822248d fahviewer: drop
The build fails with

    error: cannot download fahviewer_7.6.21_amd64.deb from any mirror
2024-09-24 10:21:45 -07:00
Robert Schütz
ac307ce07e fahcontrol: drop
The build fails with

    error: cannot download fahcontrol_7.6.21-1_all.deb from any mirror
2024-09-24 10:19:30 -07:00
Phillip Seeber
4f973917c7 wxmacmolplt: add wrapGAppsHook for non GTK desktops 2024-09-24 15:33:48 +02:00
Nick Cao
d77b65297a
mathematica: 14.0.0 -> 14.1.0 (#343491) 2024-09-23 09:18:19 -04:00
Sandro
4d03ec2e48
caffe: drop nose dependency (#343776) 2024-09-23 11:46:42 +02:00
Vincent Laporte
94d0d22817
ocamlPackages.elpi: use release tarball (#343266)
coqPackages.metaFetch: Adding a github artifact option

Co-authored-by: Cyril Cohen <cohen@crans.org>
2024-09-23 09:52:07 +02:00
Pol Dellaiera
4b9c0fa18f
python3{11,12}Packages.boto: drop (#343727) 2024-09-22 22:31:55 +02:00
Emily
cf9945af44 caffe: drop nose dependency
Despite being listed in the upstream `requirements.txt`, it is
completely unused.
2024-09-22 18:58:45 +01:00
Emily
51088c1de4 toil: drop
This package has been broken since 24.05 (`pkg_resources` error when
running `toil --help`), and hasn’t built since Python 3.12 became
the default. There have been two major upstream releases since this
package was last updated. I tried to package the newest version, which
drops the boto dependency, but unfortunately it requires obsolete
versions of other Python libraries that we no longer package. Since
it’s been broken for this long anyway and can’t be updated,
let’s drop it for now.
2024-09-22 14:57:38 +01:00
R. Ryantm
487cc07663 nvc: 1.13.3 -> 1.14.0 2024-09-22 13:38:25 +00:00
John Garcia
78b5960d77 mathematica: 14.0.0 -> 14.1.0 2024-09-22 12:23:02 +01:00
John Garcia
23a7d90d46 mathematica: add chewblacka to maintainers 2024-09-22 12:23:02 +01:00
Mauricio Collares
9799f75f7e
symmetrica: compile with -std=c99 (#342275) 2024-09-20 22:27:05 +02:00
Nick Cao
b3e9ef326d
eigenmath: 3.27-unstable-2024-08-24 -> 3.27-unstable-2024-09-15 (#343228) 2024-09-20 08:47:12 -04:00
R. Ryantm
5ba4c6a061 eigenmath: 3.27-unstable-2024-08-24 -> 3.27-unstable-2024-09-15 2024-09-20 10:12:53 +00:00
h7x4
b0113fefd6
cemu-ti: unstable-2022-06-29 -> 2.0 (#342156) 2024-09-20 09:18:57 +02:00
Sam Connelly
0c6899809a cemu-ti: unstable-2022-06-29 -> 2.0 2024-09-19 17:25:51 -04:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Aleksana
05b03a54b0
lean4: 4.9.0 -> 4.9.1 (#331445) 2024-09-19 17:06:09 +08:00
R. Ryantm
d5a1271205
messer-slim: 4.2.2 -> 4.3 2024-09-18 08:31:41 -04:00
Nick Cao
086b39f8c4
veryfasttree: 4.0.3 -> 4.0.4 (#342630) 2024-09-18 08:16:41 -04:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
R. Ryantm
d8a3114831 veryfasttree: 4.0.3 -> 4.0.4 2024-09-17 20:29:50 +00:00
Nick Cao
6a63c234a4
kallisto: 0.51.0 -> 0.51.1 (#342539) 2024-09-17 15:29:27 -04:00
R. Ryantm
ee5a15d93e kallisto: 0.51.0 -> 0.51.1 2024-09-17 13:16:27 +00:00