hobbes: fix build, unstable-2021-04-28 -> unstable-2023-06-03
This commit is contained in:
parent
b575d76ce1
commit
6913733c57
@ -1,14 +1,24 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, cmake, llvm_12, ncurses, readline, zlib, libxml2 }:
|
{ lib
|
||||||
|
, stdenv
|
||||||
stdenv.mkDerivation {
|
, llvmPackages_10
|
||||||
|
, fetchFromGitHub
|
||||||
|
, cmake
|
||||||
|
, llvm_12
|
||||||
|
, ncurses
|
||||||
|
, readline
|
||||||
|
, zlib
|
||||||
|
, libxml2
|
||||||
|
, python3
|
||||||
|
}:
|
||||||
|
llvmPackages_10.stdenv.mkDerivation {
|
||||||
pname = "hobbes";
|
pname = "hobbes";
|
||||||
version = "unstable-2021-04-28";
|
version = "unstable-2023-06-03";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "morgan-stanley";
|
owner = "morganstanley";
|
||||||
repo = "hobbes";
|
repo = "hobbes";
|
||||||
rev = "737c7ca63516f6b3dca0e659c3de75d4325472d6";
|
rev = "88a712b85bc896a4c87e60c12321445f1cdcfd00";
|
||||||
sha256 = "0fjsmz1sbrp6464mrb9ha7p615w2l2pdldsc2ayvcrvxfyi1r4gj";
|
hash = "sha256-2v0yk35/cLKTjX0Qbc8cjc7Y6bamRSa9GpPvGoxL2Cw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: re-enable Python tests once they work on Python 3
|
# TODO: re-enable Python tests once they work on Python 3
|
||||||
@ -27,6 +37,7 @@ stdenv.mkDerivation {
|
|||||||
readline
|
readline
|
||||||
zlib
|
zlib
|
||||||
libxml2
|
libxml2
|
||||||
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user