Commit a092e7b5 authored by D7TUN6's avatar D7TUN6
Browse files

zynaddsubfx: fix build

parent f6488957
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ stdenv.mkDerivation rec {
  cmakeFlags = [
    "-DGuiModule=${guiModule}"
    "-DZYN_DATADIR=${placeholder "out"}/share/zynaddsubfx"
    "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
  ]
  # OSS library is included in glibc.
  # Must explicitly disable if support is not wanted.