udevil: added patch

This commit is contained in:
Eric Sagnes
2015-12-14 20:49:14 +09:00
parent 84c3b5f71f
commit b22725847d
2 changed files with 15 additions and 0 deletions
@@ -21,6 +21,7 @@ stdenv.mkDerivation {
cat src/Makefile.am
exit 2
'';
patches = [ ./device-info-sys-stat.patch ];
meta = {
description = "A command line Linux program which mounts and unmounts removable devices without a password, shows device info, and monitors device changes";
homepage = https://ignorantguru.github.io/udevil/;