mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
calamares/tarball test: fix eval error
See also acb4086
cc @ttuegel @globin
This commit is contained in:
parent
33e1c78ae3
commit
e0f124a9f8
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user