avogadro: fix libX11 underlinking

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:50 +00:00
parent 8fe36d7285
commit ae7557c4cb

@ -14,6 +14,13 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-include ${libGLU_combined}/include/GL/glu.h";
patches = [
(fetchurl {
url = https://data.gpo.zugaina.org/fusion809/sci-chemistry/avogadro/files/avogadro-1.1.0-xlibs.patch;
sha256 = "1p113v19z3zwr9gxj2k599f8p97a8rwm93pa4amqvd0snn31mw0k";
})
];
meta = {
description = "Molecule editor and visualizer";
maintainers = [ ];