Unverified Commit 577a4fbf authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

opencpn: fix build (#442187)

parents ca004220 f654ed16
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@
  util-linux,
  wxGTK32,
  xorg,
  xz,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -104,6 +105,7 @@ stdenv.mkDerivation (finalAttrs: {
    sqlite
    tinyxml
    wxGTK32
    xz
  ]
  ++ lib.optionals stdenv.hostPlatform.isLinux [
    alsa-utils