Merge pull request #136232 from tweag/qt5-out-of-tree-modules
qt5: Expose internal variables to facilitate out-of-tree building of modules
This commit is contained in:
commit
bcddcb26be
3 changed files with 6 additions and 0 deletions
|
@ -127,6 +127,8 @@ let
|
||||||
callPackage = self.newScope { inherit qtCompatVersion qtModule srcs; };
|
callPackage = self.newScope { inherit qtCompatVersion qtModule srcs; };
|
||||||
in {
|
in {
|
||||||
|
|
||||||
|
inherit callPackage qtCompatVersion qtModule srcs;
|
||||||
|
|
||||||
mkDerivationWith =
|
mkDerivationWith =
|
||||||
import ../mkDerivation.nix
|
import ../mkDerivation.nix
|
||||||
{ inherit lib; inherit debug; inherit (self) wrapQtAppsHook; };
|
{ inherit lib; inherit debug; inherit (self) wrapQtAppsHook; };
|
||||||
|
|
|
@ -139,6 +139,8 @@ let
|
||||||
callPackage = self.newScope { inherit qtCompatVersion qtModule srcs; };
|
callPackage = self.newScope { inherit qtCompatVersion qtModule srcs; };
|
||||||
in {
|
in {
|
||||||
|
|
||||||
|
inherit callPackage qtCompatVersion qtModule srcs;
|
||||||
|
|
||||||
mkDerivationWith =
|
mkDerivationWith =
|
||||||
import ../mkDerivation.nix
|
import ../mkDerivation.nix
|
||||||
{ inherit lib; inherit debug; inherit (self) wrapQtAppsHook; };
|
{ inherit lib; inherit debug; inherit (self) wrapQtAppsHook; };
|
||||||
|
|
|
@ -165,6 +165,8 @@ let
|
||||||
callPackage = self.newScope { inherit qtCompatVersion qtModule srcs; };
|
callPackage = self.newScope { inherit qtCompatVersion qtModule srcs; };
|
||||||
in {
|
in {
|
||||||
|
|
||||||
|
inherit callPackage qtCompatVersion qtModule srcs;
|
||||||
|
|
||||||
mkDerivationWith =
|
mkDerivationWith =
|
||||||
import ../mkDerivation.nix
|
import ../mkDerivation.nix
|
||||||
{ inherit lib; inherit debug; inherit (self) wrapQtAppsHook; };
|
{ inherit lib; inherit debug; inherit (self) wrapQtAppsHook; };
|
||||||
|
|
Loading…
Reference in a new issue