Commit graph

252 commits

Author SHA1 Message Date
Rafael Ieda 80f024cbd7
treewide: mark as broken on darwin (last successful Hydra build in 2023) 2025-11-05 08:55:48 -03:00
R. Ryantm 9c7ca028db cpp-utilities: 5.31.0 -> 5.31.1 2025-11-05 00:38:58 +00:00
R. Ryantm 23030d71f7 cpufetch: 1.06 -> 1.07 2025-10-31 12:31:52 +00:00
Vladimír Čunát ebb4f03876
cppcodec, nitrokey-app: fix build failure with cmake 4 (#453359) 2025-10-27 09:03:37 +00:00
Sam Estep 1f81501af3 cppe: fix build with cmake 4 2025-10-24 09:15:32 -04:00
Yohann Boniface a688ac7dac
cpp-redis: fix build with cmake 4 (#453353) 2025-10-23 21:28:09 +00:00
Yohann Boniface 597f7b0422
leatherman, cpp-hocon, libwhereami: fix build failure with cmake 4 (#452446) 2025-10-23 21:07:49 +00:00
nixpkgs-ci[bot] 98a73a9815
Merge master into staging-next 2025-10-20 06:06:41 +00:00
Clément 649e76f77a
cppcodec: fix build failure with cmake 4
- CMake 4 is no longer retro compatible with versions < 3.5
2025-10-18 22:52:26 -07:00
Clément 1b7a46c24e
cpp-netlib: fix build failure with cmake 4
- CMake 4 is no longer retro compatible with versions < 3.5
2025-10-18 16:18:17 -07:00
Clément 9b7a288947
cpp-redis: fix build failure with cmake 4
- CMake 4 is no longer retro compatible with versions < 3.5
2025-10-18 15:56:21 -07:00
Clément 6ce88cf89f
cpp-hocon: fix build failure with cmake 4
- CMake 4 is no longer retro compatible with versions < 3.5
2025-10-16 13:12:34 -07:00
nixpkgs-ci[bot] e23d356469
Merge staging-next into staging 2025-10-05 00:18:23 +00:00
K900 f8d669f413 Merge remote-tracking branch 'origin/master' into staging-next 2025-10-04 21:10:21 +03:00
NAHO c8d4dabc43
pkgs: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd \
      --type file \
      . \
      pkgs \
      --exec-batch sed --in-place --regexp-extended "
        s/\<builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
        ))\>/\1/g
      "

    nix fmt
2025-10-04 19:02:37 +02:00
nixpkgs-ci[bot] c6d17a9c5a
Merge staging-next into staging 2025-09-27 18:05:49 +00:00
nixpkgs-ci[bot] 016c52f8ba
Merge master into staging-next 2025-09-27 18:05:08 +00:00
R. Ryantm eb0ec50a61 cpp-utilities: 5.30.0 -> 5.31.0 2025-09-26 20:45:19 +00:00
nixpkgs-ci[bot] 495fa4c8bb
Merge staging-next into staging 2025-09-23 12:27:21 +00:00
nixpkgs-ci[bot] 88bda6eff1
Merge master into staging-next 2025-09-23 12:26:40 +00:00
Wolfgang Walther ecde0fbe2a
cppcheck: 2.18.1 -> 2.18.3 (#438736) 2025-09-23 11:42:34 +00:00
nixpkgs-ci[bot] b6877eb3e1
Merge staging-next into staging 2025-09-21 18:06:00 +00:00
nixpkgs-ci[bot] d158bb26b3
Merge master into staging-next 2025-09-21 18:05:23 +00:00
Weijia Wang 184b037eff
cpuinfo: 0-unstable-2025-07-24 -> 0-unstable-2025-09-05 (#438286) 2025-09-21 19:03:33 +02:00
Wolfgang Walther 501885bd89
cproto: 4.7x -> 4.7y (#439529) 2025-09-21 16:33:31 +00:00
Emily 7001e44a3b cpptoml: fix build with CMake 4 2025-09-19 16:29:10 +01:00
nixpkgs-ci[bot] 3cf2f09936
Merge staging-next into staging 2025-09-16 12:07:49 +00:00
Markus Kowalewski 10b2c7a3e3
mctc-lib: fix openmp cores in checkPhase (#442441) 2025-09-16 10:22:18 +02:00
nixpkgs-ci[bot] eea9839c6e
Merge staging-next into staging 2025-09-14 00:17:55 +00:00
Sandro 573c8a6ad3
cpuinfo: restrict platforms (#442705) 2025-09-13 19:34:01 +00:00
Weijia Wang 45e82ecf71 cpuinfo: restrict platforms 2025-09-13 20:00:29 +02:00
R. Ryantm 0307f20d57 cpuinfo: 0-unstable-2025-07-24 -> 0-unstable-2025-09-05 2025-09-13 19:38:24 +02:00
Markus Kowalewski d1bc5c03f1 mctc-lib: remove unneeded input 2025-09-12 23:17:58 +02:00
nixpkgs-ci[bot] c2a6508854
Merge staging-next into staging 2025-09-11 12:07:51 +00:00
R. Ryantm 901c4d710f cppcheck: 2.18.1 -> 2.18.3 2025-09-11 09:29:55 +00:00
Markus Kowalewski 82c911fd6e
cp2k: split outputs (#441016) 2025-09-11 10:09:00 +02:00
nixpkgs-ci[bot] d79f79666b
Merge staging-next into staging 2025-09-09 00:17:07 +00:00
rewine fc2e2eeb82 maintainers: rename 'rewine' to 'wineee'
Because my displayed name and username on GitHub are not the same, some users may mistakenly think that [rewine](https://github.com/rewine) is my account.
2025-09-08 14:00:29 +08:00
Markus Kowalewski 79ce959f22 cp2k: fix pkg-config patch 2025-09-07 21:09:33 +02:00
Markus Kowalewski d8ca7d26d3 cp2k: split outputs, out -> out, dev 2025-09-07 21:07:34 +02:00
nixpkgs-ci[bot] 0fd41b3a38
Merge staging-next into staging 2025-09-05 06:09:39 +00:00
Mathew Polzin 369e7ae9b9
cpu-x: 5.3.1 -> 5.4.0 (#435976) 2025-09-04 20:42:55 -05:00
Markus Kowalewski fbad420db2 cp2k: move gfortran to nativeBuildInputs 2025-09-04 15:19:47 +02:00
Maximilian Bosch c05b712c8e
Merge: Fix build of different packages with gcc-15 (#434728) 2025-09-03 23:56:34 +02:00
R. Ryantm d7af8834e0 cproto: 4.7x -> 4.7y 2025-09-02 12:31:00 +00:00
R. Ryantm a805c660de cpp-jwt: 1.5 -> 1.5.1 2025-08-30 06:42:01 +00:00
Dmitry Bogatov e4e98bb074 cpio: Fix build with gcc=15 2025-08-29 19:04:13 +00:00
Markus Kowalewski 093f00376e
cp2k: 2025.1 -> 2025.2, switch to CMake build (#429106) 2025-08-29 17:09:45 +02:00
Fabián Heredia Montiel a648c1f4ab
cppcheck: 2.18.0 -> 2.18.1 (#435329) 2025-08-26 19:08:34 -06:00
Phillip Seeber dc215d0d4b cp2k: move from pkgs/by-name to pkgs/applications
nixpkgs-vet CI check demands to move CP2K out of the pkgs/by-name tree
2025-08-25 12:32:48 +02:00