temporary commit
This commit is contained in:
parent
3bef114e97
commit
be6260ab64
|
@ -20,7 +20,8 @@
|
|||
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; overlays = [ self.overlay ]; });
|
||||
|
||||
coriolis =
|
||||
{ lib, stdenv, python2, cmake_2_8, boost, bison, flex, libxml2, rapidjson, which, qt4 }:
|
||||
{ lib, stdenv, python2, cmake_2_8, boost, bison, flex
|
||||
, libxml2, rapidjson, which, qt4, zlib, bzip2 }:
|
||||
let boostWithPython = boost.override { enablePython = true; python = python2; }; in
|
||||
stdenv.mkDerivation {
|
||||
name = "coriolis-${version}";
|
||||
|
@ -52,7 +53,7 @@
|
|||
|
||||
checkPhase = "true";
|
||||
|
||||
buildInputs = [ python2 boostWithPython libxml2 rapidjson qt4 ];
|
||||
buildInputs = [ python2 boostWithPython libxml2 rapidjson qt4 zlib bzip2 ];
|
||||
nativeBuildInputs = [ cmake_2_8 bison flex which ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in New Issue