forked from mirrors/nixpkgs
dale: 20181024 -> 20220411
This commit is contained in:
parent
61f62685ee
commit
d9ff138687
|
@ -3,26 +3,24 @@
|
||||||
, cmake
|
, cmake
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, libffi
|
, libffi
|
||||||
, llvm_6
|
, llvm_13
|
||||||
, doCheck ? false
|
|
||||||
, perl
|
, perl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "dale";
|
pname = "dale";
|
||||||
version = "20181024";
|
version = "20220411";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tomhrr";
|
owner = "tomhrr";
|
||||||
repo = "dale";
|
repo = "dale";
|
||||||
rev = "f5db8b486f4e7c423fc25941a8315f1209bc0e54";
|
rev = "7386ef2d8912c60c6fb157a1e5cd772e15eaf658";
|
||||||
sha256 = "0v4ajrzrqvf279kd7wsd9flrpsav57lzxlwwimk9vnfwh7xpzf9v";
|
sha256 = "sha256-LNWqrFuEjtL7zuPTBfe4qQWr8IrT/ldQWSeDTK3Wqmo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config llvm_6.dev ];
|
nativeBuildInputs = [ cmake pkg-config llvm_13.dev ];
|
||||||
buildInputs = [ libffi llvm_6 ];
|
buildInputs = [ libffi llvm_13 ];
|
||||||
|
|
||||||
inherit doCheck;
|
|
||||||
checkInputs = [ perl ];
|
checkInputs = [ perl ];
|
||||||
|
|
||||||
checkTarget = "tests";
|
checkTarget = "tests";
|
||||||
|
@ -36,8 +34,7 @@ stdenv.mkDerivation {
|
||||||
homepage = "https://github.com/tomhrr/dale";
|
homepage = "https://github.com/tomhrr/dale";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ amiloradovsky ];
|
maintainers = with maintainers; [ amiloradovsky ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
|
||||||
# failed on Darwin: linker couldn't find the FFI lib
|
# failed on Darwin: linker couldn't find the FFI lib
|
||||||
# failed on AArch64: because LLVM 3.5 is failed there
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue