summary refs log tree commit diff
path: root/pkgs/development/libraries/PlistCpp
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-04-12 20:07:55 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2017-04-12 20:07:55 -0500
commit9e5fe7738a5abdd2357c3d72899ca1712a36de3a (patch)
tree3f5dc4b6c133f0ec0be04b917da1bd023a03ad0f /pkgs/development/libraries/PlistCpp
parent4672fe6998c04b7f8b56785b7bc42efc9f013d2f (diff)
downloadnixpkgs-9e5fe7738a5abdd2357c3d72899ca1712a36de3a.tar
nixpkgs-9e5fe7738a5abdd2357c3d72899ca1712a36de3a.tar.gz
nixpkgs-9e5fe7738a5abdd2357c3d72899ca1712a36de3a.tar.bz2
nixpkgs-9e5fe7738a5abdd2357c3d72899ca1712a36de3a.tar.lz
nixpkgs-9e5fe7738a5abdd2357c3d72899ca1712a36de3a.tar.xz
nixpkgs-9e5fe7738a5abdd2357c3d72899ca1712a36de3a.tar.zst
nixpkgs-9e5fe7738a5abdd2357c3d72899ca1712a36de3a.zip
xib2nib: add meta
also:
- NSPlist
- PlistCpp
Diffstat (limited to 'pkgs/development/libraries/PlistCpp')
-rw-r--r--pkgs/development/libraries/PlistCpp/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/libraries/PlistCpp/default.nix b/pkgs/development/libraries/PlistCpp/default.nix
index 511915be39f..f7703b731b9 100644
--- a/pkgs/development/libraries/PlistCpp/default.nix
+++ b/pkgs/development/libraries/PlistCpp/default.nix
@@ -11,4 +11,12 @@ stdenv.mkDerivation {
   };
 
   buildInputs = [ cmake boost NSPlist pugixml ];
+
+
+  meta = with stdenv.lib; {
+    maintainers = with maintainers; [ matthewbauer ];
+    description = "CPP bindings for Plist";
+    license = licenses.mit;
+    platforms = platforms.unix;
+  };
 }