summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-sql
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-05-20 19:44:20 +0300
committerMatthew Bauer <mjbauer95@gmail.com>2017-08-12 20:38:27 -0700
commit3e9f76774ab03c0aa06267dcfa1c7d7f6c984cf2 (patch)
tree4b5488bb006513fedc035a038f48e653d1a7e4b5 /pkgs/development/python-modules/python-sql
parentd332d768b53fa5526978e22347ab55837ecc5724 (diff)
nixpkgs release: Fix Darwin-only jobs
Currently the logic of generating nixpkgs Hydra jobs is to walk through the pkgs evaluated for system = "x86_64-linux", collect any derivations and their meta.platforms values. However, that doesn't work for packages whose meta.platforms doesn't include x86_64-linux, as just evaluating their meta attribute raises an error so they get skipped completely. As a less-intrusive fix (i.e. anything than rewriting the current package enumeration logic), allow passing `config.allowUnsupportedSystem = true` to permit evaluating packages regardless of their platform and use that in the package listing phase. Fixes #25200
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions