mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
,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
|
||||
|
Loading…
Reference in New Issue
Block a user