Commit Graph

24 Commits

Author SHA1 Message Date
jopejoe1
1e1cef625b ocamlPackages: swap throws to meta.broken
throws no longer work with the current ci we have in nixpkgs
2025-10-18 22:23:06 +02:00
Silvan Mosberger
667d42c00d treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
R. Ryantm
38566e7ed6 ocamlPackages.ptime: 1.1.0 -> 1.2.0 2024-10-14 03:01:29 +00:00
Vincent Laporte
48e2e83db5 ocamlPackages.ptime: fix evaluation
Evaluation must fail and not silently return the bogus null value.
2023-09-25 06:58:20 +02:00
Pol Dellaiera
6dfbb7c89f ocamlPackages.ptime: use finalAttrs pattern 2023-07-31 16:19:56 +02:00
R. Ryantm
d213d1e173 ocamlPackages.ptime: 1.0.0 -> 1.1.0 2023-07-31 05:20:35 +00:00
Vincent Laporte
e4168845c7 ocamlPackages.ptime: 0.8.6 → 1.0.0 2022-11-24 18:17:41 +01:00
R. Ryantm
6dd377e367 ocamlPackages.ptime: 0.8.5 -> 0.8.6
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2022-04-09 19:50:52 +01:00
Ulrik Strid
a13cdfe520 ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputs
To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild.
This makes some closures significantly smaller and makes cross compilation easier
2022-02-24 14:39:27 +01:00
Felix Buehler
12f343da4c treewide: rename name to pname&version 2022-02-06 23:56:36 +01:00
sternenseemann
9ff91f967c ocamlPackages.ptime: allow switching off js_of_ocaml support 2021-02-01 16:11:29 +01:00
sternenseemann
4e42cac49d ocamlPackages: stdenv.lib → lib
This change was produced by searching for remaining occurrences of
stdenv.lib and replacing them manually.

Reference #108938.
2021-01-12 16:33:18 +01:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Yorick van Pelt
4550405ac9 ocaml-modules: replace buildInputs with nativeBuildInputs where appropriate
The default has been to use buildInputs for build dependencies.
This doesn't work when cross-compiling.
2019-11-11 11:10:14 +03:00
R. RyanTM
8b589a1b74 ocamlPackages.ptime: 0.8.4 -> 0.8.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-ptime/versions
2019-05-22 00:56:35 -07:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Matthew Bauer
290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Théo Zimmermann
208aedb971 ocamlPackages.*: remove unnecessary unpackCmd 2018-11-12 17:25:18 +00:00
Vincent Laporte
562a264be4 ocamlPackages.ptime: 0.8.3 -> 0.8.4 2018-07-29 13:31:58 +00:00
Vincent Laporte
5e4edcc4ec ocamlPackages.topkg: refactoring 2017-12-14 07:36:29 +00:00
Vincent Laporte
607650adac ocamlPackages.ptime: 0.8.2 -> 0.8.3 2017-06-28 17:39:15 +00:00
sternenseemann
3f0e1f4c83 ocaml-ptime: init at 0.8.2 2016-11-04 19:15:18 +01:00
Profpatsch
2bd86e9e47 Revert "Merge pull request #20090 from sternenseemann/master"
Reason: https://github.com/NixOS/nixpkgs/pull/20090#commitcomment-19686426

This reverts commit 9ffcb1b250, reversing
changes made to a6283c1126.
2016-11-04 12:24:57 +01:00
sternenseemann
0c8859fd17 ocaml-ptime: init at 0.8.2 2016-11-03 14:08:18 +01:00