about summary refs log tree commit diff
path: root/pkgs/sternenseemann
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/sternenseemann')
-rw-r--r--pkgs/sternenseemann/logbook/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/sternenseemann/logbook/default.nix b/pkgs/sternenseemann/logbook/default.nix
index 456cab9f..38018264 100644
--- a/pkgs/sternenseemann/logbook/default.nix
+++ b/pkgs/sternenseemann/logbook/default.nix
@@ -15,7 +15,7 @@ buildDunePackage rec {
   buildInputs = [ cow ocaml_lwt jingoo ];
   propagatedBuildInputs = [ ptime angstrom astring ];
 
-  patches = lib.optionals (!lib.versionAtLeast "1.3.0" jingoo.version) [ (fetchpatch {
+  patches = [ (fetchpatch {
     url = "https://github.com/sternenseemann/logbook/commit/d4ee40ada4bba55505cc55ab653e69fa5c6406e6.diff";
     sha256 = "0dj6q2h1pxcniypx14if4gnfq7bbghsig9g51n7z2mad0fsji4sa";
   }) ];