forked from mirrors/nixpkgs
drawpile: add some comments explaining the deps
This commit is contained in:
parent
8cc2a2ffff
commit
1a39920ae0
|
@ -26,12 +26,15 @@ stdenv.mkDerivation rec {
|
|||
extra-cmake-modules
|
||||
];
|
||||
buildInputs = [
|
||||
# common deps:
|
||||
cmake
|
||||
qtbase qtsvg qtmultimedia qttools
|
||||
karchive
|
||||
# optional deps:
|
||||
# server-specific:
|
||||
libsodium # ext-auth support
|
||||
libmicrohttpd # HTTP admin api
|
||||
# client-specific:
|
||||
giflib # gif animation export support
|
||||
miniupnpc # automatic port forwarding
|
||||
kdnssd # local server discovery with Zeroconf
|
||||
|
|
Loading…
Reference in a new issue