···45 "-DCOMPILER_RT_BUILD_SANITIZERS=OFF"
46 "-DCOMPILER_RT_BUILD_XRAY=OFF"
47 "-DCOMPILER_RT_BUILD_LIBFUZZER=OFF"
48- "-DCOMPILER_RT_BUILD_PROFILE=OFF"
49 "-DCOMPILER_RT_BUILD_MEMPROF=OFF"
50 "-DCOMPILER_RT_BUILD_ORC=OFF" # may be possible to build with musl if necessary
51 ] ++ lib.optionals (useLLVM || bareMetal) [
···45 "-DCOMPILER_RT_BUILD_SANITIZERS=OFF"
46 "-DCOMPILER_RT_BUILD_XRAY=OFF"
47 "-DCOMPILER_RT_BUILD_LIBFUZZER=OFF"
048 "-DCOMPILER_RT_BUILD_MEMPROF=OFF"
49 "-DCOMPILER_RT_BUILD_ORC=OFF" # may be possible to build with musl if necessary
50 ] ++ lib.optionals (useLLVM || bareMetal) [
-4
pkgs/development/libraries/StormLib/default.nix
···11 sha256 = "1rcdl6ryrr8fss5z5qlpl4prrw8xpbcdgajg2hpp0i7fpk21ymcc";
12 };
1314- # Fixes a build failure on aarch64-darwin. Define for all Darwin targets for when x86_64-darwin
15- # upgrades to a newer SDK.
16- NIX_CFLAGS_COMPILE = lib.optional stdenv.isDarwin "-DTARGET_OS_IPHONE=0";
17-18 postPatch = ''
19 substituteInPlace CMakeLists.txt \
20 --replace "FRAMEWORK DESTINATION /Library/Frameworks" "FRAMEWORK DESTINATION Library/Frameworks"
···9 sha256 = "113vfrgapyv72lalhd3nkw7jnks8az0gcb5wqn9hj19nhcxlrbcn";
10 };
1112+ # Fixes a build failure on aarch64-darwin. Define for all Darwin targets for when x86_64-darwin
13+ # upgrades to a newer SDK.
14+ NIX_CFLAGS_COMPILE = lib.optional stdenv.isDarwin "-DTARGET_OS_IPHONE=0";
15+16 patches = [
17 (fetchpatch {
18 name = "CVE-2019-17362.patch";
···89buildGoModule rec {
10 pname = "fastly";
11- version = "6.0.3";
1213 src = fetchFromGitHub {
14 owner = "fastly";
15 repo = "cli";
16 rev = "refs/tags/v${version}";
17- hash = "sha256-6Qkt7ofNhnqikckUOTaEe5ptsYQ+9ELuuobhfnG7VTU=";
18 # The git commit is part of the `fastly version` original output;
19 # leave that output the same in nixpkgs. Use the `.git` directory
20 # to retrieve the commit SHA, and remove the directory afterwards,
···31 "cmd/fastly"
32 ];
3334- vendorHash = "sha256-yyptdLkC0x2npZu2oEbvSJXIWShnSrQ0n6cPrDUlrCw=";
3536 nativeBuildInputs = [
37 installShellFiles
···89buildGoModule rec {
10 pname = "fastly";
11+ version = "6.0.6";
1213 src = fetchFromGitHub {
14 owner = "fastly";
15 repo = "cli";
16 rev = "refs/tags/v${version}";
17+ hash = "sha256-ZAYzZBOs/A/2krpO4FcGO2W1Afr3Qz1yDAZgG6SPirU=";
18 # The git commit is part of the `fastly version` original output;
19 # leave that output the same in nixpkgs. Use the `.git` directory
20 # to retrieve the commit SHA, and remove the directory afterwards,
···31 "cmd/fastly"
32 ];
3334+ vendorHash = "sha256-ORS74tFYWlVS+vJXNJyoqpUtg7nqi3fuqV1MwudDJks=";
3536 nativeBuildInputs = [
37 installShellFiles