remove unused crystal custom package
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
{ util, ... }: util.package { }
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
let
|
|
||||||
inherit (pkgs) crystal libffi;
|
|
||||||
in
|
|
||||||
crystal.overrideAttrs (oldAttrs: {
|
|
||||||
makeFlags = oldAttrs.makeFlags ++ [
|
|
||||||
"interpreter=1"
|
|
||||||
];
|
|
||||||
buildInputs = oldAttrs.buildInputs ++ [
|
|
||||||
libffi
|
|
||||||
];
|
|
||||||
FLAGS = [ "--single-module" ];
|
|
||||||
doCheck = false;
|
|
||||||
})
|
|
||||||
Reference in New Issue
Block a user