hobbes: fix build error

This commit is contained in:
sophrosyne97 2021-05-21 19:13:30 -04:00 committed by Jonathan Ringer
parent 1c4571cf46
commit f55c2cd9cd

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cmake, llvm_6, ncurses, readline, zlib }:
{ lib, stdenv, fetchFromGitHub, cmake, llvm_6, ncurses, readline, zlib, libxml2 }:
stdenv.mkDerivation {
name = "hobbes";
@ -20,6 +20,7 @@ stdenv.mkDerivation {
ncurses
readline
zlib
libxml2
];
doCheck = false; # Running tests in NixOS hangs. See https://git.io/JvK7R.