mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
digikam: libGLU_combined -> libGL + libGLU
This prevents a runtime dependency on a large number of -dev outputs.
This commit is contained in:
parent
13c1f26807
commit
a3382a85b3
|
@ -34,7 +34,8 @@
|
|||
, libqtav
|
||||
, libusb1
|
||||
, marble
|
||||
, libGLU_combined
|
||||
, libGL
|
||||
, libGLU
|
||||
, opencv3
|
||||
, pcre
|
||||
, threadweaver
|
||||
|
@ -75,7 +76,8 @@ mkDerivation rec {
|
|||
liblqr1
|
||||
libqtav
|
||||
libusb1
|
||||
libGLU_combined
|
||||
libGL
|
||||
libGLU
|
||||
opencv3
|
||||
pcre
|
||||
|
||||
|
|
Loading…
Reference in a new issue