nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python3Packages.pyplatec: add compile flag

+2 -1
+2 -1
pkgs/development/python-modules/pyplatec/default.nix
··· 13 13 sha256 = "0kqx33flcrrlipccmqs78d14pj5749bp85b6k5fgaq2c7yzz02jg"; 14 14 }; 15 15 16 + env.NIX_CFLAGS_COMPILE = "-std=c++11"; 17 + 16 18 meta = with lib; { 17 19 description = "Library to simulate plate tectonics with Python bindings"; 18 20 homepage = "https://github.com/Mindwerks/plate-tectonics"; 19 21 license = licenses.lgpl3; 20 - broken = stdenv.isLinux; 21 22 }; 22 23 23 24 }