SkypeExport: fix build
This commit is contained in:
parent
f828bb313b
commit
451e04fb4d
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user