exempi: Use default boost
This commit is contained in:
parent
8e7ecd6de6
commit
6e2103068d
@ -8,7 +8,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "01vcd1mfn2s0iiq2cjyzgvnxx6kcq9cwra1iipijhs0vwvjx0yhf";
|
||||
};
|
||||
|
||||
configureFlags = [ "--with-boost=${boost.dev}" ];
|
||||
configureFlags = [
|
||||
"--with-boost=${boost.dev}"
|
||||
];
|
||||
|
||||
buildInputs = [ expat zlib boost ];
|
||||
|
||||
|
@ -1415,7 +1415,7 @@ let
|
||||
|
||||
evtest = callPackage ../applications/misc/evtest { };
|
||||
|
||||
exempi = callPackage ../development/libraries/exempi { boost = boost155; };
|
||||
exempi = callPackage ../development/libraries/exempi { };
|
||||
|
||||
execline = callPackage ../tools/misc/execline { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user