xib2nib: add meta
also: - NSPlist - PlistCpp
This commit is contained in:
parent
4672fe6998
commit
9e5fe7738a
@ -11,4 +11,11 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake ];
|
buildInputs = [ cmake ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
maintainers = with maintainers; [ matthewbauer ];
|
||||||
|
description = "Parses .plist files";
|
||||||
|
license = licenses.mit;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -11,4 +11,12 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake boost NSPlist pugixml ];
|
buildInputs = [ cmake boost NSPlist pugixml ];
|
||||||
|
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
maintainers = with maintainers; [ matthewbauer ];
|
||||||
|
description = "CPP bindings for Plist";
|
||||||
|
license = licenses.mit;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -12,4 +12,11 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ PlistCpp pugixml boost ];
|
buildInputs = [ PlistCpp pugixml boost ];
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
maintainers = with maintainers; [ matthewbauer ];
|
||||||
|
description = "Compiles CocoaTouch .xib files into .nib";
|
||||||
|
license = licenses.mit;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user