qlcplus: fix location of libraries for fixup
This commit is contained in:
parent
65f77edaa8
commit
1520bed20b
@ -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…
Reference in New Issue
Block a user