mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
mendeley: add missing liborc
This commit is contained in:
parent
5da0b34591
commit
aca4801f53
@ -1,5 +1,5 @@
|
||||
{ fetchurl, stdenv, dpkg, makeWrapper, which
|
||||
,gcc, xorg, qt4, zlib
|
||||
,gcc, liborc, xorg, qt4, zlib
|
||||
, ...}:
|
||||
|
||||
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
|
||||
@ -23,6 +23,7 @@ let
|
||||
|
||||
deps = [
|
||||
gcc.cc
|
||||
liborc
|
||||
qt4
|
||||
xorg.libX11
|
||||
zlib
|
||||
|
Loading…
Reference in New Issue
Block a user