namd: Initial NAMD packaging by Pawel
This commit is contained in:
21
namd.nix
Normal file
21
namd.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
with import <nixpkgs> {};
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "namd-2.11";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://ppomorsk.sharcnet.ca/namd-2.11.tar.gz;
|
||||
md5 = "8a81eb4c883edbf977d0af05351f6914";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
bash
|
||||
tcsh
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
inherit perl;
|
||||
}
|
||||
Reference in New Issue
Block a user