From af3198dd1c85f7bfde40abf92c1b2dfe3a70a13e Mon Sep 17 00:00:00 2001 From: linuxissuper Date: Fri, 7 Feb 2025 22:13:40 +0100 Subject: [PATCH] lxqt-panel-profiles: fix paths adjust out paths so the bin and .desktop file are found --- pkgs/by-name/lx/lxqt-panel-profiles/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/lx/lxqt-panel-profiles/package.nix b/pkgs/by-name/lx/lxqt-panel-profiles/package.nix index d87630bddf16..0587b72220cf 100644 --- a/pkgs/by-name/lx/lxqt-panel-profiles/package.nix +++ b/pkgs/by-name/lx/lxqt-panel-profiles/package.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { substituteInPlace usr/bin/lxqt-panel-profiles \ --replace-fail "/bin/bash" "${bash}/bin/bash" \ - --replace-fail "/usr/share/" "$out/usr/share/" \ + --replace-fail "/usr/share/" "$out/share/" \ --replace-fail "python3" "${pythonWithPyqt6}/bin/python" substituteInPlace usr/share/lxqt-panel-profiles/lxqt-panel-profiles.py \ @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { installPhase = '' mkdir $out - mv usr $out/usr + mv usr/* $out ''; meta = {