summary refs log tree commit diff
path: root/pkgs/servers/foundationdb/vsmake.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-19 00:01:36 +0000
committerGitHub <noreply@github.com>2021-07-19 00:01:36 +0000
commitdc802b2e196f95ce42daa7591e475bba34047331 (patch)
treee490c9bceea445e1eff80d7e883b5621e2c29bec /pkgs/servers/foundationdb/vsmake.nix
parente15af378fb53182b63f645c34e4f01cc5879912c (diff)
parentd5bd34ebf2c2c2b380b76cb86bc68522bc6af4d7 (diff)
downloadnixpkgs-dc802b2e196f95ce42daa7591e475bba34047331.tar
nixpkgs-dc802b2e196f95ce42daa7591e475bba34047331.tar.gz
nixpkgs-dc802b2e196f95ce42daa7591e475bba34047331.tar.bz2
nixpkgs-dc802b2e196f95ce42daa7591e475bba34047331.tar.lz
nixpkgs-dc802b2e196f95ce42daa7591e475bba34047331.tar.xz
nixpkgs-dc802b2e196f95ce42daa7591e475bba34047331.tar.zst
nixpkgs-dc802b2e196f95ce42daa7591e475bba34047331.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/servers/foundationdb/vsmake.nix')
-rw-r--r--pkgs/servers/foundationdb/vsmake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/foundationdb/vsmake.nix b/pkgs/servers/foundationdb/vsmake.nix
index e171d714564..52807fc0620 100644
--- a/pkgs/servers/foundationdb/vsmake.nix
+++ b/pkgs/servers/foundationdb/vsmake.nix
@@ -21,7 +21,7 @@ let
     };
 
     dontConfigure = true;
-    buildPhase = ":";
+    dontBuild = true;
     installPhase = "mkdir -p $out/include && cp -R boost $out/include/";
   };