nixpkgs/pkgs/applications/office/qpdfview
Wolfgang Walther 90914ee74f
qpdfview: fix build
With structuredAttrs support in 1bcca7d66b
this broke, because the following line turns qmakeFlags from a string
into an array:

  qmakeFlags+=(...)

It will then be handled slightly different when it's an array, so that
all the xxx_INSTALL_PATH variables are passed as a *single* argument,
which breaks the build.

Resolves #342087
2024-09-15 17:55:09 +02:00
..
default.nix qpdfview: fix build 2024-09-15 17:55:09 +02:00