13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
20 rev = "opencflite-${version}";
21 hash = "sha256-ijyj4SFYQ0wZAFM2ehNnR9+yu5yDTSVW3VBycBT9l+A=";
24 nativeBuildInputs = [ pkg-config ];
34 enableParallelBuilding = true;
37 description = "Cross platform port of the macOS CoreFoundation";
38 homepage = "https://github.com/gerickson/opencflite";
39 license = lib.licenses.apple-psl20;
40 maintainers = with lib.maintainers; [ wegank ];
41 platforms = [ "x86_64-linux" ];