calamares/tarball test: fix eval error

See also acb4086

cc @ttuegel @globin
This commit is contained in:
obadz 2016-08-17 18:05:17 +01:00
parent 33e1c78ae3
commit e0f124a9f8

View File

@ -667,7 +667,7 @@ in
calamares = qt5.callPackage ../tools/misc/calamares rec {
python = python3;
boost = pkgs.boost.override { python=python3; };
libyamlcpp = callPackage ../development/libraries/libyaml-cpp { makePIC=true; boost=boost; };
libyamlcpp = callPackage ../development/libraries/libyaml-cpp { boost=boost; };
};
capstone = callPackage ../development/libraries/capstone { };