criu: fix merge fail

d020caa5b2 vs. e3d0fe898b
This commit is contained in:
Franz Pletz 2016-08-02 17:52:51 +02:00
parent b0d748e244
commit f2a66d4c16

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
ln -sf ${protobuf}/include/google/protobuf/descriptor.proto ./images/google/protobuf/descriptor.proto
'';
configurePhase = "make config PREFIX=$out";
buildPhase = "make PREFIX=$out";
makeFlags = "PREFIX=$(out)";