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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user