Commit Graph

12 Commits

Author SHA1 Message Date
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
172ba8b474 bcal: 2.3 -> 2.4 2022-02-10 19:05:57 +00:00
R. Ryantm
760160e64d bcal: 2.2 -> 2.3 2021-10-29 02:44:23 +00:00
Pavol Rusnak
6996896b48
bcal: cleanup package, enable aarch64-darwin build 2021-05-19 16:36:17 +02:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
freezeboy
3c89e637e8 bcal: 1.9 -> 2.2 2020-12-27 17:52:28 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Johannes Frankenau
79cd841713 bcal: 1.8 -> 1.9 2018-08-03 09:08:26 +02:00
Johannes Frankenau
59cc47d802 bcal: 1.7 -> 1.8
The tests failed for a good reason on Darwin and should not have been
disabled. The issue has been resolved upstream with version 1.8 which
now also supports AArch64.
2018-03-12 18:36:26 +01:00
Matthew Bauer
54e2c28b09 darwin: disable broken packages 2018-03-08 17:21:17 -06:00
Johannes Frankenau
74029a21bf bcal: init at 1.7 2018-02-21 00:05:16 +01:00