From e5bb5ef377982ce0629d94565788d3c74b4a9832 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sun, 18 Dec 2016 12:42:57 +0100 Subject: 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. --- pkgs/applications/office/mendeley/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/office/mendeley') 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 -- cgit 1.4.1