aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/foundationdb
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-06-19 11:36:06 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-01 04:23:51 -0400
commitcab7c6cbd964a99db55ba55960c8ddbaf294bc67 (patch)
tree34b0121cc741fae8995d84a5578494eca3858377 /pkgs/servers/foundationdb
parentc79ec3323e9eee544217742df1e032bb5b601296 (diff)
treewide: use dontConfigure
Diffstat (limited to 'pkgs/servers/foundationdb')
-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 9871afb0de68..0eb71492be3e 100644
--- a/pkgs/servers/foundationdb/vsmake.nix
+++ b/pkgs/servers/foundationdb/vsmake.nix
@@ -20,7 +20,7 @@ let
sha256 = "14mc7gsnnahdjaxbbslzk79rc0d12h1i681cd3srdwr3fzynlar2";
};
- configurePhase = ":";
+ dontConfigure = true;
buildPhase = ":";
installPhase = "mkdir -p $out/include && cp -R boost $out/include/";
};