summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2021-11-11 18:03:43 +0800
committerEllie Hermaszewska <git@monoid.al>2021-11-13 18:47:43 +0800
commitdd8b662bf56a5f441faf6751120c7d8277a928d1 (patch)
tree8db1f50c4b8d4fa508858601f6e71d34d37cc96d /pkgs
parent4d19b372ff7690cac25a6b2f854c19abbefd6276 (diff)
monado: build with libbsd
This is an optional dependency, the presence of which allows monado to remove stale lock files.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/graphics/monado/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/monado/default.nix b/pkgs/applications/graphics/monado/default.nix
index 219613ad0ce5..028066427951 100644
--- a/pkgs/applications/graphics/monado/default.nix
+++ b/pkgs/applications/graphics/monado/default.nix
@@ -19,6 +19,7 @@
, libXau
, libXdmcp
, libXrandr
+, libbsd
, libffi
, libjpeg
# , librealsense
@@ -88,6 +89,7 @@ stdenv.mkDerivation rec {
libXau
libXdmcp
libXrandr
+ libbsd
libjpeg
libffi
# librealsense.dev - see below