6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 hash = "sha256-kplUgrYecymGxz92tEU6H+NNtcN/Ao/tmmqdVo2c7HA=";
17 nativeBuildInputs = [ cmake ];
19 # The absolute paths set by the Nix CMake build manager confuse
20 # Zycore's config generation (which appends them to the package path).
22 "-DCMAKE_INSTALL_LIBDIR=lib"
23 "-DCMAKE_INSTALL_INCLUDEDIR=include"