qlcplus: fix location of libraries for fixup

This commit is contained in:
Franz Pletz 2019-04-06 11:34:05 +02:00
parent 65f77edaa8
commit 1520bed20b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -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 ];