Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

qlcplus: fix location of libraries for fixup

(cherry picked from commit 1520bed20baeff2bd96250fde9cc5c7ffabba885)

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