···26 export DYLD_LIBRARY_PATH=$PWD/libcaf_core:$PWD/libcaf_io
27 '';
2800029 meta = with lib; {
30 description = "An open source implementation of the actor model in C++";
31 homepage = "http://actor-framework.org/";
···26 export DYLD_LIBRARY_PATH=$PWD/libcaf_core:$PWD/libcaf_io
27 '';
2829+ # error: 'get< ... >' is unavailable: introduced in macOS 10.13
30+ CXXFLAGS = lib.optional (stdenv.hostPlatform.system == "x86_64-darwin") "-D_LIBCPP_DISABLE_AVAILABILITY";
31+32 meta = with lib; {
33 description = "An open source implementation of the actor model in C++";
34 homepage = "http://actor-framework.org/";
+1-1
pkgs/development/libraries/gsl/default.nix
···17 NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isx86_64 "-mno-fma";
1819 # https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00012.html
20- doCheck = stdenv.hostPlatform.system != "i686-linux" && stdenv.hostPlatform.system != "aarch64-linux";
2122 meta = {
23 description = "The GNU Scientific Library, a large numerical library";
···17 NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isx86_64 "-mno-fma";
1819 # https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00012.html
20+ doCheck = stdenv.hostPlatform.system != "i686-linux";
2122 meta = {
23 description = "The GNU Scientific Library, a large numerical library";
+8-8
pkgs/os-specific/linux/nvidia-x11/default.nix
···19 # Policy: use the highest stable version as the default (on our master).
20 stable = if stdenv.hostPlatform.system == "x86_64-linux"
21 then generic {
22- version = "495.44";
23- sha256_64bit = "0j4agxfdswadxkd9hz9j5cq4q3jmhwdnvqclxxkhl5jvh5knm1zi";
24- settingsSha256 = "0v8gqbhjsjjsc83cqacikj9bvs10bq6i34ca8l07zvsf8hfr2ziz";
25- persistencedSha256 = "19rv7vskv61q4gh59nyrfyqyqi565wzjbcfddp8wfvng4dcy18ld";
26 }
27 else legacy_390;
28···5455 # Last one supporting Kepler architecture
56 legacy_470 = generic {
57- version = "470.86";
58- sha256_64bit = "sha256:0krwcxc0j19vjnk8sv6mx1lin2rm8hcfhc2hg266846jvcws1dsg";
59- settingsSha256 = "sha256:1lnj5hwmfkzs664fxlhljqy323394s1i7qzlpsjyrpm07sa93bky";
60- persistencedSha256 = "sha256:0apj764zc81ayb8nm9bf7cdicfinarv0gfijy2dxynbwz2xdlyvq";
61 };
6263 # Last one supporting x86
···19 # Policy: use the highest stable version as the default (on our master).
20 stable = if stdenv.hostPlatform.system == "x86_64-linux"
21 then generic {
22+ version = "495.46";
23+ sha256_64bit = "2Dt30X2gxUZnqlsT1uqVpcUTBCV7Hs8vjUo7WuMcYvU=";
24+ settingsSha256 = "vbcZYn+UBBGwjfrJ6SyXt3+JLBeNcXK4h8mjj7qxZPk=";
25+ persistencedSha256 = "ieYqkVxe26cLw1LUgBsFSSowAyfZkTcItIzQCestCXI=";
26 }
27 else legacy_390;
28···5455 # Last one supporting Kepler architecture
56 legacy_470 = generic {
57+ version = "470.94";
58+ sha256_64bit = "lYWqKTMOutm98izjyiusICbIWpoy8D18WfcUp3mFAOs=";
59+ settingsSha256 = "blJNKuFu/Th/ceexkKhTH/eYk8miUlTT+ESrcIyJNn0=";
60+ persistencedSha256 = "xnccQ/EgafwnReBlk5Y7iClAj4hwXyFq9gUmwqyEuwE=";
61 };
6263 # Last one supporting x86