Unverified Commit fe28d2e8 authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

zynaddsubfx: add cmakeFlags for CMake >= 3.5 (#450012)

parents b7648fa8 a092e7b5
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.