about summary refs log tree commit diff
path: root/pkgs/applications/office/mendeley
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-12-18 12:42:57 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-12-18 13:21:29 +0100
commite5bb5ef377982ce0629d94565788d3c74b4a9832 (patch)
tree8262f47c6661a3a5093ac7def156f62adabbb15f /pkgs/applications/office/mendeley
parent138f8a37ab2366fe177b73eecf358b427d9dd68a (diff)
downloadnixlib-e5bb5ef377982ce0629d94565788d3c74b4a9832.tar
nixlib-e5bb5ef377982ce0629d94565788d3c74b4a9832.tar.gz
nixlib-e5bb5ef377982ce0629d94565788d3c74b4a9832.tar.bz2
nixlib-e5bb5ef377982ce0629d94565788d3c74b4a9832.tar.lz
nixlib-e5bb5ef377982ce0629d94565788d3c74b4a9832.tar.xz
nixlib-e5bb5ef377982ce0629d94565788d3c74b4a9832.tar.zst
nixlib-e5bb5ef377982ce0629d94565788d3c74b4a9832.zip
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.
Diffstat (limited to 'pkgs/applications/office/mendeley')
-rw-r--r--pkgs/applications/office/mendeley/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix
index 9409ab3e6698..0ae0732da27f 100644
--- a/pkgs/applications/office/mendeley/default.nix
+++ b/pkgs/applications/office/mendeley/default.nix
@@ -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