SkypeExport: fix build

This commit is contained in:
worldofpeace 2018-09-02 18:59:23 -04:00
parent f828bb313b
commit 451e04fb4d

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, boost }: { stdenv, fetchFromGitHub, cmake, boost166 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "SkypeExport-${version}"; name = "SkypeExport-${version}";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
buildInputs = [ boost ]; buildInputs = [ boost166 ];
preConfigure = "cd src/SkypeExport/_gccbuild/linux"; preConfigure = "cd src/SkypeExport/_gccbuild/linux";
installPhase = "install -Dt $out/bin SkypeExport"; installPhase = "install -Dt $out/bin SkypeExport";