Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
digikam: libGLU_combined -> libGL + libGLU
Browse files Browse the repository at this point in the history
This prevents a runtime dependency on a large number of -dev outputs.
  • Loading branch information
edolstra committed Oct 8, 2018
1 parent 13c1f26 commit a3382a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/graphics/digikam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
, libqtav
, libusb1
, marble
, libGLU_combined
, libGL
, libGLU
, opencv3
, pcre
, threadweaver
Expand Down Expand Up @@ -75,7 +76,8 @@ mkDerivation rec {
liblqr1
libqtav
libusb1
libGLU_combined
libGL
libGLU
opencv3
pcre

Expand Down

0 comments on commit a3382a8

Please sign in to comment.