summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-07-18 19:10:22 +0100
committerSergei Trofimovich <slyich@gmail.com>2022-07-18 19:10:22 +0100
commit69da37a8fd88d6d7efbe308601f022b6e1dd624e (patch)
tree86909ce6bd1058f34207d43fdfe825173915a900 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parentfc9e22fca12e71f5a43ab616aa0e669392174e12 (diff)
gcc: turn configureFlags into a sigle list, not nested list
Before the change: $ nix repl pkgs/stdenv/linux/make-bootstrap-tools-cross.nix nix-repl> :p powerpc64le.bootGCC.configureFlags [ ... "--enable-targets=powerpcle-linux" [ "--with-long-double-128" ] "--target=powerpc64le-unknown-linux-gnu" ] After the change: nix-repl> :p powerpc64le.bootGCC.configureFlags [ ... "--enable-targets=powerpcle-linux" "--with-long-double-128" "--target=powerpc64le-unknown-linux-gnu" ]
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions