Merge pull request #14136 from grahamc/slic3r
slic3r: Add ModuleBuild to BuildInputs, to fix hydra build
This commit is contained in:
commit
1049c9f3f2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
EncodeLocale MathClipper ExtUtilsXSpp threads
|
||||
MathConvexHullMonotoneChain MathGeometryVoronoi MathPlanePath Moo
|
||||
IOStringy ClassXSAccessor Wx GrowlGNTP NetDBus ImportInto XMLSAX
|
||||
ExtUtilsMakeMaker OpenGL WxGLCanvas
|
||||
ExtUtilsMakeMaker OpenGL WxGLCanvas ModuleBuild
|
||||
];
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
|
|
Loading…
Reference in a new issue