psmisc: (from upstream) Typo in fuser makes -M on all the time

This commit is contained in:
Bjørn Forsman
2014-04-27 20:19:31 +02:00
parent da0c8f33ef
commit 6859853045
2 changed files with 47 additions and 0 deletions
@@ -12,6 +12,9 @@ stdenv.mkDerivation rec {
buildInputs = [ncurses];
# From upstream, will be in next release.
patches = [ ./0001-Typo-in-fuser-makes-M-on-all-the-time.patch ];
meta = {
homepage = http://psmisc.sourceforge.net/;
description = "A set of small useful utilities that use the proc filesystem (such as fuser, killall and pstree)";