Merge pull request #260254 from markuskowa/upd-nwchem
nwchem: 7.2.0 -> 7.2.1
This commit is contained in:
commit
503a9f572d
1 changed files with 5 additions and 2 deletions
|
@ -54,13 +54,13 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nwchem";
|
||||
version = "7.2.0";
|
||||
version = "7.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nwchemgit";
|
||||
repo = "nwchem";
|
||||
rev = "v${version}-release";
|
||||
hash = "sha256-/biwHOSMGpdnYRGrGlDounKKLVaG2XkBgCmpE0IKR/Y=";
|
||||
hash = "sha256-nnNTZ+c7VVGAqwOBMkBlW3rImNjs08Ne35XRkI3ssGo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -106,6 +106,9 @@ stdenv.mkDerivation rec {
|
|||
# Overwrite script, skipping the download
|
||||
echo -e '#!/bin/sh\n cd ga-${versionGA};autoreconf -ivf' > src/tools/get-tools-github
|
||||
|
||||
# /usr/bin/env bash fails in sandbox/Makefile setting
|
||||
substituteInPlace src/config/makefile.h --replace '/usr/bin/env bash' "${stdenv.shell}"
|
||||
|
||||
patchShebangs ./
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue