K900
357ae167e2
crystal_1_0, crystal_1_1: fix build
2022-08-02 00:34:28 +03:00
Rick van Schijndel
010f6ee30d
treewide: mark broken for darwin
2022-05-30 13:42:58 +02:00
Artturin
d6d211b445
buildCrystalPackage: enableParallelBuilding
2022-05-22 22:30:45 +03:00
Artturin
5e3b4a6eaf
crystal: enable strictDeps
2022-05-10 05:20:36 +03:00
Artturin
a0d4618e7f
buildCrystalPackage: enable strictDeps
...
it improves package correctness and keeps cross-compilation in good
health
there aren't many uses of buildCrystalPackage in nixpkgs yet so imo its
safe to turn it on
python builder, rust build, go builder, and others all turn it on
2022-05-10 04:57:46 +03:00
Fabián Heredia Montiel
ca9bf3e05f
crystal: remove myself as maintainer
2022-04-21 13:01:45 -05:00
Peter Hoeg
16998f568b
crystal-builder: support the new crystal2nix format
2022-04-09 22:02:10 +08:00
Peter Hoeg
c1a928b30b
crystal: remove pointless reference to crystal.lib
2022-03-28 09:16:31 +08:00
squalus
8e9625ac22
crystal: support aarch64-linux
...
Upstream does not publish aarch64-linux bootstrap binaries, so grab
them from Alpine
2022-03-16 11:05:37 -07:00
Peter Hoeg
8a9421f028
crystal: add support for passing custom build options when using the shard builder
2022-02-28 15:04:31 +08:00
Winter
5320a03fdc
crystal: remove broken crystal2nix attribute
2022-02-03 02:08:51 -05:00
Winter
37e39b3897
crystal_1_2: add support for aarch64-darwin
2022-02-03 02:08:51 -05:00
Fabián Heredia Montiel
2b77566cb6
crystal: 1.2.1 → 1.2.2
2021-11-13 10:03:42 -06:00
Fabián Heredia Montiel
148352e750
crystal: 1.2.0 → 1.2.1
2021-10-22 11:40:39 -05:00
Fabián Heredia Montiel
78f1b43053
crystal: drop 0.36.1
2021-10-14 11:02:31 -05:00
Fabián Heredia Montiel
75d7a40d2e
crystal: 1.1.1 → 1.2.0
2021-10-13 16:22:48 -05:00
Fabián Heredia Montiel
8a9d300a10
crystal: 1.0.0 → 1.1.1
2021-10-13 16:19:50 -05:00
Artturin
afb755e706
buildCrystalPackage: use --no-debug
...
it was causing problems with the installCheckPhase due to it generating
.dwarf files
2021-09-27 00:39:08 +03:00
Artturin
9bd941c5d2
crystal,shards: remove old versions
2021-09-27 00:15:11 +03:00
Artturin
9a3ed0e8c5
buildCrystalPackage: redirect stdout to /dev/null
...
makes build errors easier to diagnose
2021-09-27 00:15:10 +03:00
Artturin
51e3c659a0
crystal: increase build cores
...
crystal: remove obsolete substituteInPlace
crystal: patchShebangs in genericBinary
crystal: use mktemp
2021-09-27 00:15:10 +03:00
Artturin
6900e4773d
crystal_0_36: add a binary bootstrap variant
...
fixes crystal on darwin
2021-09-27 00:15:10 +03:00
Jonathan Ringer
03ca2ca8cb
crystal: fix llvm_config
2021-05-08 01:29:18 -07:00
Peter Hoeg
befefe6f3f
crystal: init at 1.0.0
2021-04-01 11:12:47 +08:00
Sandro Jäckel
2ab8b31520
crystal_32_0: mark broken on darwin
2021-03-17 22:55:08 +01:00
Peter Hoeg
53ea6aee81
crystal: 0.36 -> 0.36.1
2021-02-18 09:11:23 +00:00
Fabián Heredia Montiel
6ae270b366
crystal: 0.35.1 -> 0.36.0
2021-01-26 15:43:21 -06:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ben Siraphob
acc5f7b18a
pkgs/development/compilers: stdenv.lib -> lib
2021-01-23 08:57:37 +07:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Peter Hoeg
b8514a1727
crystal2nix: unstable-2018-07-31 -> 0.1.0
2020-12-28 16:21:23 +08:00
Peter Hoeg
61626d70e5
buildCrystalPackage: support shards v0.12 properly
2020-12-28 16:21:23 +08:00
Fabián Heredia Montiel
bc029589d4
crystal: refactor and add 0.35.1
2020-11-17 22:19:04 +08:00
Graham Christensen
fb587d7bb5
Merge pull request #85445 from manveru/crystal-all-llvm
...
crystal: use llvm 10 exclusively
2020-05-07 07:49:03 -04:00
Peter Hoeg
819796060f
crystal2nix: specify build type
2020-04-22 17:30:23 +08:00
Peter Hoeg
912eb6b120
crystal: build using Makefile or shards if available
2020-04-22 17:30:22 +08:00
Michael Fellinger
164dfe4b44
crystal: fixes for darwin
2020-04-20 16:17:23 +02:00
Michael Fellinger
dce6dd3345
Revert "crystal: build using Makefile or shards if available"
...
This reverts commit 2ec0ad59849ee1a652a6534a2d2672fdb7b5fed5.
2020-04-17 18:18:36 +02:00
Peter Hoeg
85897a4423
crystal: build using Makefile or shards if available
2020-04-17 18:13:51 +02:00
Michael Fellinger
fd1047a798
crystal: add LLVM_CONFIG
2020-04-17 17:05:01 +02:00
Michael Fellinger
056778b315
crystal: 0.31 -> 0.34 ( #85432 )
...
* crystal: 0.31 -> 0.34
* crystal: use latest llvm
* crystal: skip tests for 0.33
2020-04-17 21:04:33 +08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
worldofpeace
e10900b068
crystal: use latest openssl
2020-02-28 01:32:20 -05:00
Michael Fellinger
765f72d037
crystal: remove 0.25 and 0.26
2020-02-18 22:47:20 +01:00
Kim Burgess
f6ce7d6525
crystal: 0.32.0 -> 0.32.1
2020-01-30 12:46:47 +10:00
Kim Burgess
cdfdb96375
crystal: 0.31.1 -> 0.32.0
2020-01-30 12:41:27 +10:00
Kim Burgess
a9d150f975
crystal: build 0.31 with 0.30 binary dist
2020-01-30 12:39:09 +10:00
Michael Fellinger
42cc7428bc
crystal: reduce closure size of compiled exes by splitting outputs
2019-12-17 00:01:14 +01:00
Michael Fellinger
aa2c03f1ce
crystal: reduce closure size, more robust runtime
2019-11-30 15:35:16 +01:00
Michael Fellinger
34b84e8a78
crystal: 0.30.1 -> 0.31.1
2019-11-08 11:23:14 +01:00