about summary refs log tree commit diff
path: root/pkgs/development/python-modules/zope_filerepresentation/default.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-01-11 21:13:42 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2020-01-12 00:01:59 +0100
commit1ec5d8249c703269bbaf690e497b4b659b9ee4d2 (patch)
treed9190129a7885633b3f9065562fea0a68118612c /pkgs/development/python-modules/zope_filerepresentation/default.nix
parenteed30dfa5c87e6aca95850b1e16da4113275084a (diff)
downloadnixlib-1ec5d8249c703269bbaf690e497b4b659b9ee4d2.tar
nixlib-1ec5d8249c703269bbaf690e497b4b659b9ee4d2.tar.gz
nixlib-1ec5d8249c703269bbaf690e497b4b659b9ee4d2.tar.bz2
nixlib-1ec5d8249c703269bbaf690e497b4b659b9ee4d2.tar.lz
nixlib-1ec5d8249c703269bbaf690e497b4b659b9ee4d2.tar.xz
nixlib-1ec5d8249c703269bbaf690e497b4b659b9ee4d2.tar.zst
nixlib-1ec5d8249c703269bbaf690e497b4b659b9ee4d2.zip
davfs2: substitute ps command
umount.davfs2 uses ps to get a process list to terminate gracefully.

On NixOS, this currently fails:

```
sh: ps: command not found
/run/current-system/sw/bin/umount.davfs:
  can't find mount.davfs-process with pid 4085;
  trying to unmount anyway.
  you propably have to remove /var/run/mount.davfs/root-x.pid manually
sh: umount: command not found
```

Fix this by patching ${procps}/bin/ps into the ps_command.

Afterwards:

```
umount.davfs: waiting for mount.davfs (pid 4106) to terminate gracefully .. OK
```
Diffstat (limited to 'pkgs/development/python-modules/zope_filerepresentation/default.nix')
0 files changed, 0 insertions, 0 deletions