···1111 hash = "sha256-HV7jNvgTRRGnhurtT5pf5f5gzUOmr3iWNcDc8TE4ICQ=";
1212 };
13131414+ # The cmake options are sufficient for turning on static building, but not
1515+ # for disabling shared building, just trim the shared lib from the CMake
1616+ # description
1717+ patches = lib.optional stdenv.hostPlatform.isStatic ./no-shared-libs.patch;
1818+1419 nativeBuildInputs = [ cmake python3 ];
15201621 cmakeFlags = [