mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
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:
parent
d697e5c8ee
commit
1781ec934f
@ -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";
|
||||
|
@ -18410,5 +18410,10 @@ with pkgs;
|
||||
|
||||
messenger-for-desktop = callPackage ../applications/networking/instant-messengers/messenger-for-desktop {};
|
||||
|
||||
NSPlist = callPackage ../development/libraries/NSPlist {};
|
||||
|
||||
PlistCpp = callPackage ../development/libraries/PlistCpp {};
|
||||
|
||||
xib2nib = callPackage ../development/tools/xib2nib {};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user