libdevil: fix build after libGL/libGLU transition

This commit is contained in:
Alexander V. Nikolaev 2018-02-24 16:21:43 +02:00
parent 38bd1d7664
commit ea04aa1720
1 changed files with 1 additions and 1 deletions

View File

@ -9543,7 +9543,7 @@ with pkgs;
libdevil-nox = libdevil.override {
libX11 = null;
mesa_noglu = null;
libGL = null;
};
libdigidoc = callPackage ../development/libraries/libdigidoc { };