From cab7c6cbd964a99db55ba55960c8ddbaf294bc67 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Wed, 19 Jun 2019 11:36:06 -0400 Subject: treewide: use dontConfigure --- pkgs/servers/foundationdb/vsmake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/servers/foundationdb/vsmake.nix') 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/"; }; -- cgit 1.4.1