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:
parent
138f8a37ab
commit
e5bb5ef377
@ -1,5 +1,5 @@
|
|||||||
{ fetchurl, stdenv, dpkg, makeWrapper, which
|
{ 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";
|
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
|
||||||
@ -23,7 +23,7 @@ let
|
|||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
gcc.cc
|
gcc.cc
|
||||||
liborc
|
orc
|
||||||
qt4
|
qt4
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
zlib
|
zlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user