1 { lib, stdenv, fetchFromGitHub, cmake, boost, NSPlist, pugixml }:
4 name = "PlistCpp-11615d";
6 src = fetchFromGitHub {
7 owner = "matthewbauer";
9 rev = "11615deab3369356a182dabbf5bae30574967264";
10 sha256 = "10jn6bvm9vn6492zix2pd724v5h4lccmkqg3lxfw8r0qg3av0yzv";
13 nativeBuildInputs = [ cmake ];
14 buildInputs = [ boost NSPlist pugixml ];
17 maintainers = with maintainers; [ matthewbauer ];
18 description = "CPP bindings for Plist";
19 license = licenses.mit;
20 platforms = platforms.unix;