···29 variables.pri
30 '';
3100000032 meta = with stdenv.lib; {
33 description = "A free and cross-platform software to control DMX or analog lighting systems like moving heads, dimmers, scanners etc.";
34 maintainers = [ maintainers.globin ];
···29 variables.pri
30 '';
3132+ enableParallelBuilding = true;
33+34+ postInstall = ''
35+ ln -sf $out/lib/*/libqlcplus* $out/lib
36+ '';
37+38 meta = with stdenv.lib; {
39 description = "A free and cross-platform software to control DMX or analog lighting systems like moving heads, dimmers, scanners etc.";
40 maintainers = [ maintainers.globin ];