forked from mirrors/nixpkgs
udevil: added patch
This commit is contained in:
parent
84c3b5f71f
commit
b22725847d
|
@ -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/;
|
||||
|
|
14
pkgs/applications/misc/udevil/device-info-sys-stat.patch
Normal file
14
pkgs/applications/misc/udevil/device-info-sys-stat.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
diff --git a/src/device-info.h b/src/device-info.h
|
||||
index 6cb3683..ddac24c 100644
|
||||
--- a/src/device-info.h
|
||||
+++ b/src/device-info.h
|
||||
@@ -18,7 +18,8 @@
|
||||
// intltool
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
-
|
||||
+// stat
|
||||
+#include <sys/stat.h>
|
||||
|
||||
typedef struct device_t {
|
||||
struct udev_device *udevice;
|
Loading…
Reference in a new issue