mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
libdeltachat: move to pkgs/by-name
This commit is contained in:
parent
6c2e19d099
commit
7a7b9e09b2
@ -14,9 +14,7 @@
|
||||
, sqlcipher
|
||||
, sqlite
|
||||
, fixDarwinDylibNames
|
||||
, CoreFoundation
|
||||
, Security
|
||||
, SystemConfiguration
|
||||
, darwin
|
||||
, libiconv
|
||||
}:
|
||||
|
||||
@ -61,9 +59,9 @@ in stdenv.mkDerivation rec {
|
||||
sqlcipher
|
||||
sqlite
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
CoreFoundation
|
||||
Security
|
||||
SystemConfiguration
|
||||
darwin.apple_sdk.frameworks.CoreFoundation
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
libiconv
|
||||
];
|
||||
|
@ -21402,10 +21402,6 @@ with pkgs;
|
||||
|
||||
libdeflate = darwin.apple_sdk_11_0.callPackage ../development/libraries/libdeflate { };
|
||||
|
||||
libdeltachat = callPackage ../development/libraries/libdeltachat {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security SystemConfiguration;
|
||||
};
|
||||
|
||||
libdevil = callPackage ../development/libraries/libdevil {
|
||||
inherit (darwin.apple_sdk.frameworks) OpenGL;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user