qlcplus: fix location of libraries for fixup

wip/yesman
Franz Pletz 5 years ago
parent 65f77edaa8
commit 1520bed20b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
  1. 6
      pkgs/applications/misc/qlcplus/default.nix

@ -29,6 +29,12 @@ mkDerivation rec {
variables.pri
'';
enableParallelBuilding = true;
postInstall = ''
ln -sf $out/lib/*/libqlcplus* $out/lib
'';
meta = with stdenv.lib; {
description = "A free and cross-platform software to control DMX or analog lighting systems like moving heads, dimmers, scanners etc.";
maintainers = [ maintainers.globin ];

Loading…
Cancel
Save