diff options
| author | adisbladis <adisbladis@gmail.com> | 2021-08-30 15:15:44 -0500 |
|---|---|---|
| committer | adisbladis <adisbladis@gmail.com> | 2021-08-30 15:15:44 -0500 |
| commit | 20ce363de43e45cc636c1bee04e0d97a424e08e7 (patch) | |
| tree | 722f871f0f4b45ffa950d94bc10e224ac0bf9129 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 7032ab6d616e3ce6092d2231f1e718ec98f8424a (diff) | |
qt5: Expose internal variables to facilitate out-of-tree building of modules
As it is currently it's almost impossible to accomplish something like:
```nix
...
(qt5.callPackage (
{ qtModule, qtbase, qtdeclarative }:
qtModule {
pname = "qt3d";
qtInputs = [ qtbase qtdeclarative ];
outputs = [ "out" "dev" "bin" ];
}
) { })
...
```
because all the required variables such as qtModule are internal-only.
By exposing these it's easier for external projects not to be bound
exactly by the module definitions explicitly listed in nixpkgs.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
