6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 hash = "sha256-Kz51EIaw4RwrOKXhuDXAFieGF1mS+HL06gEuj+cVJmk=";
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"