mendeley: add missing liborc
This commit is contained in:
parent
5da0b34591
commit
aca4801f53
@ -1,5 +1,5 @@
|
|||||||
{ fetchurl, stdenv, dpkg, makeWrapper, which
|
{ fetchurl, stdenv, dpkg, makeWrapper, which
|
||||||
,gcc, xorg, qt4, zlib
|
,gcc, liborc, xorg, qt4, zlib
|
||||||
, ...}:
|
, ...}:
|
||||||
|
|
||||||
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
|
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
|
||||||
@ -23,6 +23,7 @@ let
|
|||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
gcc.cc
|
gcc.cc
|
||||||
|
liborc
|
||||||
qt4
|
qt4
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
zlib
|
zlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user