namd: Convert to new overlay system
This commit is contained in:
@@ -12,4 +12,6 @@ self: pkgs: with pkgs; {
|
||||
openslide-python = callPackage ./openslide/python.nix { };
|
||||
|
||||
sumo = callPackage ./sumo.nix { };
|
||||
|
||||
namd = callPackage ./namd.nix { };
|
||||
}
|
||||
|
||||
@@ -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 = ''
|
||||
Reference in New Issue
Block a user