summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-04-17 08:45:38 +0300
committerK900 <me@0upti.me>2024-04-17 08:45:38 +0300
commit5a98ab8c0e4debd75a3de6341ad7d3a1eec106e2 (patch)
treeed72633f41006f4d0f6be9d3f88d6ed8e2b6244f /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parentfeedc73bee3d3f83b85d36c91f4bd4ff16fcfe43 (diff)
xdg-utils: don't infrec in xdg-screensaver
Before: ```bash lockfile_command=`command -v /nix/store/8l572fp5svwp2x1izz2avji8l0ysxkq4-procmail-3.24/bin/lockfile` lockfile() { if [ -n "lockfile" ] ; then lockfile -1 -l 10 -s 3 "$screensaver_file".lock ``` After: ```bash lockfile_command=`command -v /nix/store/4ka6z06bvxbcz98m0wy5m1m04f8ppkgw-procmail-3.24/bin/lockfile` lockfile() { if [ -n "$lockfile_command" ] ; then $lockfile_command -1 -l 10 -s 3 "$screensaver_file".lock ``` Fixes #304308
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions