lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #172828 from LeSuisse/libcutl-zhf

libcutl: fix the build

authored by

Thiago Kenji Okada and committed by
GitHub
67725757 5ae0b4d5

+3
+3
pkgs/development/libraries/libcutl/default.nix
··· 14 14 homepage = "https://codesynthesis.com/projects/libcutl/"; 15 15 changelog = "https://git.codesynthesis.com/cgit/libcutl/libcutl/plain/NEWS?h=${version}"; 16 16 platforms = platforms.all; 17 + broken = stdenv.isDarwin; 17 18 maintainers = with maintainers; [ ]; 18 19 license = licenses.mit; 19 20 }; ··· 26 27 27 28 buildInputs = [ xercesc ]; 28 29 enableParallelBuilding = true; 30 + 31 + NIX_CFLAGS_COMPILE = [ "-std=c++14" ]; 29 32 }