pass-secret-service: fix tests

This commit is contained in:
Artturin 2021-11-12 18:23:03 +02:00
parent a8506b65b0
commit 4f76638810

View file

@ -19,9 +19,8 @@ python3.pkgs.buildPythonApplication rec {
# /etc/ in check phase. # /etc/ in check phase.
postPatch = '' postPatch = ''
substituteInPlace Makefile \ substituteInPlace Makefile \
--replace \ --replace "dbus-run-session" "dbus-run-session --config-file=${dbus}/share/dbus-1/session.conf" \
"dbus-run-session" \ --replace '-p $(relpassstore)' '-p $(PASSWORD_STORE_DIR)'
"dbus-run-session --config-file=${dbus}/share/dbus-1/session.conf"
''; '';
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [