mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
grap: unbreak by pinning boost
fixes https://hydra.nixos.org/build/294974634
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
boost,
|
||||
boost183,
|
||||
libseccomp,
|
||||
flex,
|
||||
swig,
|
||||
@@ -38,7 +38,7 @@ python3Packages.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
boost.all
|
||||
boost183.all
|
||||
libseccomp
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user