pymol: fix evaluation

cc #23007 @Mounium @Mic92
This commit is contained in:
Franz Pletz
2017-02-22 08:48:42 +01:00
parent 9b81dcfda2
commit 67018e7759

View File

@@ -20,6 +20,6 @@ python27Packages.buildPythonApplication {
meta = with stdenv.lib; {
description = "A Python-enhanced molecular graphics tool";
homepage = "https://www.pymol.org/";
license = licences.psfl;
license = licenses.psfl;
};
}