mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
rocqPackages.coqeal: use mkRocqDerivation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
coq,
|
||||
mkCoqDerivation,
|
||||
mkRocqDerivation,
|
||||
mathcomp,
|
||||
bignums,
|
||||
paramcoq,
|
||||
@@ -11,7 +11,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
derivation = mkCoqDerivation {
|
||||
derivation = mkRocqDerivation {
|
||||
|
||||
pname = "CoqEAL";
|
||||
|
||||
@@ -59,6 +59,8 @@ let
|
||||
release."1.0.4".hash = "sha256:1g5m26lr2lwxh6ld2gykailhay4d0ayql4bfh0aiwqpmmczmxipk";
|
||||
release."1.0.3".hash = "sha256:0hc63ny7phzbihy8l7wxjvn3haxx8jfnhi91iw8hkq8n29i23v24";
|
||||
|
||||
useCoqifVersion = v: v != null && v != "dev" && lib.versions.isLe "2.1.2" v;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
mathcomp.algebra
|
||||
bignums
|
||||
|
||||
Reference in New Issue
Block a user