igraph: remove unused fop dependency
FOP is only used if the "pdf" CMake target is invoked, so we can remove the fop input with no effect.
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
blas,
|
||||
cmake,
|
||||
flex,
|
||||
fop,
|
||||
glpk,
|
||||
gmp,
|
||||
lapack,
|
||||
@@ -48,7 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
bison
|
||||
cmake
|
||||
flex
|
||||
fop
|
||||
libxml2
|
||||
libxslt
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user