mendeley: add missing liborc

This commit is contained in:
Frederik Rietdijk 2016-08-29 10:35:30 +02:00
parent 5da0b34591
commit aca4801f53

View File

@ -1,5 +1,5 @@
{ fetchurl, stdenv, dpkg, makeWrapper, which
,gcc, xorg, qt4, zlib
,gcc, liborc, xorg, qt4, zlib
, ...}:
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
@ -23,6 +23,7 @@ let
deps = [
gcc.cc
liborc
qt4
xorg.libX11
zlib