coqPackages.extructures: fix dependency

authored by Pierre Roux and committed by Vincent Laporte 856a4ff0 b2af5ff2

+2 -1
+2 -1
pkgs/development/coq-modules/extructures/default.nix
··· 75 75 (o: { 76 76 propagatedBuildInputs = 77 77 o.propagatedBuildInputs 78 - ++ lib.optional (lib.versionAtLeast o.version "0.3.0") deriving; 78 + ++ lib.optional (lib.versionAtLeast o.version "0.3.0" 79 + || o.version == "dev") deriving; 79 80 })