libdevil: fix build after libGL/libGLU transition
This commit is contained in:
parent
38bd1d7664
commit
ea04aa1720
|
@ -9543,7 +9543,7 @@ with pkgs;
|
|||
|
||||
libdevil-nox = libdevil.override {
|
||||
libX11 = null;
|
||||
mesa_noglu = null;
|
||||
libGL = null;
|
||||
};
|
||||
|
||||
libdigidoc = callPackage ../development/libraries/libdigidoc { };
|
||||
|
|
Loading…
Reference in New Issue