zegrapher: unbreak by pinning boost
fixes https://hydra.nixos.org/build/295089893
This commit is contained in:
parent
cb9d72cd42
commit
1356199cd3
@ -1,6 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
boost,
|
||||
boost186,
|
||||
fetchFromGitHub,
|
||||
qt5,
|
||||
stdenv,
|
||||
@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
boost186
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user