diff options
| author | Will Dietz <w@wdtz.org> | 2019-03-12 23:14:24 -0500 |
|---|---|---|
| committer | Will Dietz <w@wdtz.org> | 2019-03-12 23:14:24 -0500 |
| commit | 7971975f29dc7a056bee2e0f1da1d47b16939ad8 (patch) | |
| tree | 8813156adc1511ec4eb7f35a6085f84a620b0805 /pkgs/development/python-modules/httpserver | |
| parent | 402e7f9d0a07968d83f68779ff8f2ffc84f6c745 (diff) | |
lightdm_gtk_greeter: fix configureFlags to not be one long string
For whatever reason, setting `configureFlagsArray` causes
the configure invocation to escape spaces between parameters:
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/4bn8dsr743dp0g5j020jf8why5hkld3p-lightdm-gtk-greeter-2.0.6 --localstatedir=/var\ --sysconfdir=/etc\ --disable-indicator-services-command\ --enable-at-spi-command=/nix/store/li9bsxl8qja8qw0pa70xd572gw5hqsdm-at-spi2-core-2.30.1/libexec/at-spi-bus-launcher\ \ --launch-immediately
This actually doesn't break the build (!) but it does break
lightdm pretty badly for me and it's not hard to imagine why :).
Instead, use configureFlags as normal but just append the command
in `preConfigure` directly, so we can preserve the space.
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions
