nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

coqPackages.multinomials switched back to coq_makefile

authored by

Pierre Roux and committed by
Vincent Laporte
8564cb15 5a855f06

+1 -1
+1 -1
pkgs/development/coq-modules/multinomials/default.nix
··· 41 41 "1.0".sha256 = "1qmbxp1h81cy3imh627pznmng0kvv37k4hrwi2faa101s6bcx55m"; 42 42 }; 43 43 44 - useDuneifVersion = v: lib.versions.isGe "1.5.3" v || v == "dev"; 44 + useDuneifVersion = lib.versions.range "1.5.3" "2.2.0"; 45 45 46 46 preConfigure = '' 47 47 patchShebangs configure || true