Commit graph

12 commits

Author SHA1 Message Date
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Sergei Trofimovich 6fd83b70a9 libfpx: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: ri_image/.libs/libRiImage.a(cp_jpeg.o):/build/libfpx-1.3.1-7/ri_image/../jpeg/ejpeg.h:35:
      multiple definition of `No_JPEG_Header_Flag'; jpeg/.libs/libJpeg.a(enctile.o):/build/libfpx-1.3.1-7/jpeg/ejpeg.h:35: first defined here
2022-05-17 10:41:47 +01:00
Felix Buehler 58a2d4b666 development: /s/name/pname&version/ 2021-07-02 00:03:10 +02:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robin Gloster f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Samuel Leathers 402e6ac089
libfpx: fix build with gcc6 2017-09-05 21:29:10 +02:00
Franz Pletz 0bf841843c
libfpx: 1.3.1-4 -> 1.3.1-7 2016-09-25 17:38:31 +02:00
Eric Seidel 662a6b1ca6 remove all references to stdenv.cc.cc.is{GNU,Clang}
use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be
defined.
2015-05-11 14:44:50 -07:00
Spencer Whitt 0253cf06c0 libfpx: fix Darwin build 2015-04-01 16:59:33 -04:00
William A. Kennington III 3a2df159e6 libfpx: Add derivation 2015-03-27 15:36:26 -07:00