xib2nib: move nsplist, plistcpp to own folder

These libraries could be used by other packages so list them in
all-packages.nix as well.
This commit is contained in:
Matthew Bauer
2017-04-12 03:28:33 -05:00
parent d697e5c8ee
commit 1781ec934f
4 changed files with 8 additions and 10 deletions
+1 -8
View File
@@ -1,11 +1,4 @@
{ stdenv, callPackage, fetchFromGitHub, pugixml, boost }:
let
NSPlist = callPackage ./nsplist.nix { };
PlistCpp = callPackage ./plist-cpp.nix { inherit NSPlist; };
in
{ stdenv, callPackage, fetchFromGitHub, pugixml, boost, PlistCpp }:
stdenv.mkDerivation {
name = "xib2nib-730e177";