From 1520bed20baeff2bd96250fde9cc5c7ffabba885 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sat, 6 Apr 2019 11:34:05 +0200 Subject: [PATCH] qlcplus: fix location of libraries for fixup --- pkgs/applications/misc/qlcplus/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/applications/misc/qlcplus/default.nix b/pkgs/applications/misc/qlcplus/default.nix index d995bfcc0f3..df5f35102e0 100644 --- a/pkgs/applications/misc/qlcplus/default.nix +++ b/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 ];