bobcat: fix installation

Another hotfix for eae059b0b6
(I kind of jumped the gun on this one ...)

The `build install` command takes a positional argument
indicating which components to install; without it, nothing
is installed and the build fails to create the store output.
This commit is contained in:
Joachim Fasting 2016-03-18 16:35:00 +01:00
parent 49dc7e2d61
commit 8e359b2e21

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';
installPhase = ''
./build install
./build install x
'';
meta = with stdenv.lib; {