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,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, cmake }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nsplist-713decf";
|
||||
name = "NSPlist-713decf";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "matthewbauer";
|
||||
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, cmake, boost, NSPlist, pugixml }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "plistcpp-11615d";
|
||||
name = "PlistCpp-11615d";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "matthewbauer";
|
||||
@@ -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