utillinux: rename to util-linux
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ clangStdenv, stdenv, fetchFromGitHub, cmake, zlib, openexr,
|
||||
openimageio, llvm, boost165, flex, bison, partio, pugixml,
|
||||
utillinux, python
|
||||
util-linux, python
|
||||
}:
|
||||
|
||||
let boost_static = boost165.override { enableStatic = true; };
|
||||
@@ -25,7 +25,7 @@ in clangStdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
cmake zlib openexr openimageio llvm
|
||||
boost_static flex bison partio pugixml
|
||||
utillinux # needed just for hexdump
|
||||
util-linux # needed just for hexdump
|
||||
python # CMake doesn't check this?
|
||||
];
|
||||
# TODO: How important is partio? CMake doesn't seem to find it
|
||||
|
||||
Reference in New Issue
Block a user