From 7462d96a65222decdd5ff3e7d288f4163f1ffd81 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 4 Jan 2016 22:12:28 +0100 Subject: [PATCH] ssreflect, mathcomp: fix build --- pkgs/development/coq-modules/mathcomp/generic.nix | 1 + pkgs/development/coq-modules/ssreflect/generic.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/development/coq-modules/mathcomp/generic.nix b/pkgs/development/coq-modules/mathcomp/generic.nix index b4048aa8003..b257c81e85f 100644 --- a/pkgs/development/coq-modules/mathcomp/generic.nix +++ b/pkgs/development/coq-modules/mathcomp/generic.nix @@ -18,6 +18,7 @@ stdenv.mkDerivation { buildFlags = stdenv.lib.optionalString withDoc "doc"; preBuild = '' + patchShebangs etc/utils/ssrcoqdep cd mathcomp export COQBIN=${coq}/bin/ ''; diff --git a/pkgs/development/coq-modules/ssreflect/generic.nix b/pkgs/development/coq-modules/ssreflect/generic.nix index d7303ad8852..891a4e2885a 100644 --- a/pkgs/development/coq-modules/ssreflect/generic.nix +++ b/pkgs/development/coq-modules/ssreflect/generic.nix @@ -18,6 +18,7 @@ stdenv.mkDerivation { inherit patches; preBuild = '' + patchShebangs etc/utils/ssrcoqdep cd mathcomp/ssreflect export COQBIN=${coq}/bin/ '';