coqPackages.extructures: fix dependency
This commit is contained in:
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;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user