namd: Include perl in buildInputs to put it in the path

This commit is contained in:
Tyson Whitehead
2016-11-28 11:40:59 -05:00
parent 7d44145df3
commit b8a764d2e8
2 changed files with 1 additions and 8 deletions

View File

@@ -1,7 +1,5 @@
source $stdenv/setup source $stdenv/setup
PATH=$perl/bin:$PATH
tar xvfz $src tar xvfz $src
cd namd-* cd namd-*

View File

@@ -9,13 +9,8 @@ stdenv.mkDerivation {
}; };
buildInputs = [ buildInputs = [
perl
bash bash
tcsh tcsh
]; ];
inherit perl;
} }