namd: Convert to new overlay system

This commit is contained in:
Tyson Whitehead
2018-01-18 00:27:38 -05:00
parent e44edd0230
commit 38d4b97ead
2 changed files with 5 additions and 2 deletions

View File

@@ -12,4 +12,6 @@ self: pkgs: with pkgs; {
openslide-python = callPackage ./openslide/python.nix { };
sumo = callPackage ./sumo.nix { };
namd = callPackage ./namd.nix { };
}

View File

@@ -1,4 +1,5 @@
with import <nixpkgs> {};
{ stdenv, fetchurl
, bash, tcsh }:
stdenv.mkDerivation rec {
version = "2.11";
@@ -6,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://ppomorsk.sharcnet.ca/namd-${version}.tar.gz";
md5 = "8a81eb4c883edbf977d0af05351f6914";
sha256 = "1ylrxy8iqmsr64z82nr9cf3vvq9hbdav128fs2czm46y999dpls1";
};
postUnpack = ''