Skip to content

Commit

Permalink
Merge pull request #11702 from ericsagnes/udevil-patch
Browse files Browse the repository at this point in the history
udevil: added patch
  • Loading branch information
domenkozar committed Dec 14, 2015
2 parents 5caa62d + b227258 commit 9688c39
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/udevil/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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/;
Expand Down
14 changes: 14 additions & 0 deletions pkgs/applications/misc/udevil/device-info-sys-stat.patch
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 9688c39

Please sign in to comment.