coqPackages.extructures: fix dependency

This commit is contained in:
Pierre Roux
2025-02-28 11:05:31 +01:00
committed by Vincent Laporte
parent b2af5ff292
commit 856a4ff055
@@ -75,5 +75,6 @@
(o: {
propagatedBuildInputs =
o.propagatedBuildInputs
++ lib.optional (lib.versionAtLeast o.version "0.3.0") deriving;
++ lib.optional (lib.versionAtLeast o.version "0.3.0"
|| o.version == "dev") deriving;
})