forked from mirrors/nixpkgs
kf5gpgmepp: Define in libsForQt5
Since it's a qt library, we can't guarantee every package using it as a dependency will need it compiled with the same qt version, we put it in all `libsForQt5*` scopes (#101369).
This commit is contained in:
parent
cb29abf3a9
commit
62318eb816
|
@ -13341,8 +13341,6 @@ in
|
|||
automake = automake111x;
|
||||
};
|
||||
|
||||
kf5gpgmepp = libsForQt5.callPackage ../development/libraries/kf5gpgmepp { };
|
||||
|
||||
krb5 = callPackage ../development/libraries/kerberos/krb5.nix {
|
||||
inherit (buildPackages.darwin) bootstrap_cmds;
|
||||
};
|
||||
|
@ -15230,6 +15228,8 @@ in
|
|||
|
||||
kdsoap = callPackage ../development/libraries/kdsoap { };
|
||||
|
||||
kf5gpgmepp = callPackage ../development/libraries/kf5gpgmepp { };
|
||||
|
||||
kproperty = callPackage ../development/libraries/kproperty { };
|
||||
|
||||
kpeoplevcard = callPackage ../development/libraries/kpeoplevcard { };
|
||||
|
|
Loading…
Reference in a new issue