Unverified Commit 71678132 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

envision: Add missing dependency (#395611)

parents bf4b839e 752cfca8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -106,6 +106,9 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://gitlab.com/gabmus/envision";
    license = lib.licenses.agpl3Only;
    mainProgram = "envision";
    # More maintainers needed!
    # envision (wrapped) requires frequent updates to the dependency list;
    # the more people that can help with this, the better.
    maintainers = with lib.maintainers; [
      pandapip1
      Scrumplex
+2 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ buildFHSEnv {
          xorg.xorgproto
          SDL2
          wayland
          mesa-gl-headers
          # Additional dependencies required for Monado WMR support
          bc
          fmt
@@ -60,6 +61,7 @@ buildFHSEnv {
          gtest
          jq
          libepoxy
          lz4
          lz4.dev
          tbb
          libxkbcommon