solaar: fix /usr/bin/getfacl path

authored by someplaceguy and committed by Sigmanificient 41f34ef1 6267ca35

+6
+6
pkgs/by-name/so/solaar/package.nix
··· 9 9 libappindicator, 10 10 librsvg, 11 11 udevCheckHook, 12 + acl, 12 13 }: 13 14 14 15 # Although we copy in the udev rules here, you probably just want to use ··· 61 62 pytest-mock 62 63 pytest-cov-stub 63 64 ]; 65 + 66 + preConfigure = '' 67 + substituteInPlace lib/solaar/listener.py \ 68 + --replace-fail /usr/bin/getfacl "${lib.getExe' acl "getfacl"}" 69 + ''; 64 70 65 71 # the -cli symlink is just to maintain compabilility with older versions where 66 72 # there was a difference between the GUI and CLI versions.