solaar: fix /usr/bin/getfacl path

This commit is contained in:
someplaceguy
2025-09-09 00:29:13 +02:00
committed by Sigmanificient
parent 6267ca35fb
commit 41f34ef183
+6
View File
@@ -9,6 +9,7 @@
libappindicator,
librsvg,
udevCheckHook,
acl,
}:
# Although we copy in the udev rules here, you probably just want to use
@@ -62,6 +63,11 @@ python3Packages.buildPythonApplication rec {
pytest-cov-stub
];
preConfigure = ''
substituteInPlace lib/solaar/listener.py \
--replace-fail /usr/bin/getfacl "${lib.getExe' acl "getfacl"}"
'';
# the -cli symlink is just to maintain compabilility with older versions where
# there was a difference between the GUI and CLI versions.
postInstall = ''