forked from mirrors/nixpkgs
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"
|
||||
"--otr=1"
|
||||
"--ssl=gnutls"
|
||||
"--pidfile=/var/lib/bitlbee/bitlbee.pid"
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue