about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/conky/stdbool.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/conky/stdbool.patch')
-rw-r--r--pkgs/os-specific/linux/conky/stdbool.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/os-specific/linux/conky/stdbool.patch b/pkgs/os-specific/linux/conky/stdbool.patch
deleted file mode 100644
index 3f0b714a1f0c..000000000000
--- a/pkgs/os-specific/linux/conky/stdbool.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/conky.c b/src/conky.c
-index 5848b61..69a3d45 100644
---- a/src/conky.c
-+++ b/src/conky.c
-@@ -34,6 +34,7 @@
- #include "common.h"
- #include "timed_thread.h"
- #include <stdarg.h>
-+#include <stdbool.h>
- #include <math.h>
- #include <time.h>
- #include <locale.h>