Skip to content

Commit

Permalink
mopac: remove in favor of upstream package
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Feb 13, 2023
1 parent 0e4e6df commit b9e69e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 43 deletions.
1 change: 1 addition & 0 deletions nixpkgs-opt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ let
meep = python3.pkgs.toPythonApplication (recallPackage python3.pkgs.meep {});
mkl = recallPackage mkl {};
molden = recallPackage molden {};
mopac = recallPackage mopac {};
mpi = recallPackage mpi {};
nwchem = recallPackage nwchem {
blas = final.blas-ilp64;
Expand Down
2 changes: 0 additions & 2 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ let

moltemplate = super.python3.pkgs.toPythonApplication self.python3.pkgs.moltemplate;

mopac = callPackage ./pkgs/apps/mopac { };

mrcc = callPackage ./pkgs/apps/mrcc { };

mrchem = callPackage ./pkgs/apps/mrchem { };
Expand Down
41 changes: 0 additions & 41 deletions pkgs/apps/mopac/default.nix

This file was deleted.

0 comments on commit b9e69e7

Please sign in to comment.