mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
bitlbee: write pid file to /var/lib/bitlbee/bitlbee.pid
Previously it was written to /var/lib/bitlbee.pid but on NixOS the user bitlbee has no write access to /var/lib/.
This commit is contained in:
parent
1536834ee0
commit
e5343cd9e6
|
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
"--gcov=1"
|
"--gcov=1"
|
||||||
"--otr=1"
|
"--otr=1"
|
||||||
"--ssl=gnutls"
|
"--ssl=gnutls"
|
||||||
|
"--pidfile=/var/lib/bitlbee/bitlbee.pid"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue