mendeley: use orc package instead of its duplicate

I just tested the startup due to having no account
(without liborc.so it would fail).
/cc @fridh, @badi, #21238.
This commit is contained in:
Vladimír Čunát 2016-12-18 12:42:57 +01:00
parent 138f8a37ab
commit e5bb5ef377
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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