mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
coqPackages.hydra-battles: fix version checking logic
With this change, the derivation can be relied on without overlay in the upstream project.
This commit is contained in:
parent
8eb1922f64
commit
61ac416992
@ -33,5 +33,5 @@ with lib;
|
||||
};
|
||||
}).overrideAttrs(o:
|
||||
let inherit (o) version; in {
|
||||
propagatedBuildInputs = [ equations ] ++ optional (versions.isGe "0.6" version) LibHyps;
|
||||
propagatedBuildInputs = [ equations ] ++ optional (versions.isGe "0.6" version || version == "dev") LibHyps;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user