Skip to content

Commit

Permalink
mendeley: use orc package instead of its duplicate
Browse files Browse the repository at this point in the history
I just tested the startup due to having no account
(without liborc.so it would fail).
/cc @FRidh, @badi, #21238.
  • Loading branch information
vcunat committed Dec 18, 2016
1 parent 138f8a3 commit e5bb5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/mendeley/default.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -23,7 +23,7 @@ let

deps = [
gcc.cc
liborc
orc
qt4
xorg.libX11
zlib
Expand Down

0 comments on commit e5bb5ef

Please sign in to comment.