Pin ameba and blahaj to crystal_1_17
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
crystal,
|
crystal_1_17,
|
||||||
coreutils,
|
coreutils,
|
||||||
}:
|
}:
|
||||||
|
let
|
||||||
|
crystal = crystal_1_17;
|
||||||
|
in
|
||||||
crystal.buildCrystalPackage rec {
|
crystal.buildCrystalPackage rec {
|
||||||
pname = "ameba";
|
pname = "ameba";
|
||||||
version = "1.6.4";
|
version = "1.6.4";
|
||||||
|
|||||||
@@ -1,13 +1,16 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
crystal,
|
crystal_1_17,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
# https://crystal-lang.org/2019/09/06/parallelism-in-crystal/
|
# https://crystal-lang.org/2019/09/06/parallelism-in-crystal/
|
||||||
multithreading ? true,
|
multithreading ? true,
|
||||||
static ? stdenv.hostPlatform.isStatic,
|
static ? stdenv.hostPlatform.isStatic,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
let
|
||||||
|
crystal = crystal_1_17;
|
||||||
|
in
|
||||||
crystal.buildCrystalPackage rec {
|
crystal.buildCrystalPackage rec {
|
||||||
pname = "blahaj";
|
pname = "blahaj";
|
||||||
version = "2.2.0";
|
version = "2.2.0";
|
||||||
|
|||||||
Reference in New Issue
Block a user