summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-01-22 19:24:21 +0100
committerNaïm Favier <n@monade.li>2022-01-22 20:28:17 +0100
commitc5d52173c2e46487f23fc695883f2f812a08c5ca (patch)
tree65df3dc00f7960537f26dcf58a0463bf9df7ac64 /pkgs/tools/audio
parentd251bc57bc989e1728391ad1e76b6ba8647194ca (diff)
downloadnixpkgs-c5d52173c2e46487f23fc695883f2f812a08c5ca.tar
nixpkgs-c5d52173c2e46487f23fc695883f2f812a08c5ca.tar.gz
nixpkgs-c5d52173c2e46487f23fc695883f2f812a08c5ca.tar.bz2
nixpkgs-c5d52173c2e46487f23fc695883f2f812a08c5ca.tar.lz
nixpkgs-c5d52173c2e46487f23fc695883f2f812a08c5ca.tar.xz
nixpkgs-c5d52173c2e46487f23fc695883f2f812a08c5ca.tar.zst
nixpkgs-c5d52173c2e46487f23fc695883f2f812a08c5ca.zip
yabridge: fix meson options
Fixes the build with meson 0.60.
Options were renamed to lower case in https://github.com/marzer/tomlplusplus/commit/1381240e10bca82064f80cb9f8cd3a4a70671565
and build_tests and build_examples are now disabled when tomlplusplus is
used as a subproject.
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/yabridge/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/tools/audio/yabridge/default.nix b/pkgs/tools/audio/yabridge/default.nix
index c468a845a1a..688906e684d 100644
--- a/pkgs/tools/audio/yabridge/default.nix
+++ b/pkgs/tools/audio/yabridge/default.nix
@@ -105,11 +105,7 @@ in multiStdenv.mkDerivation rec {
     "-Dwith-bitbridge=true"
 
     # Requires CMake and is unnecessary
-    "-Dtomlplusplus:GENERATE_CMAKE_CONFIG=disabled"
-
-    # tomlplusplus examples and tests don't build with winegcc
-    "-Dtomlplusplus:BUILD_EXAMPLES=disabled"
-    "-Dtomlplusplus:BUILD_TESTS=disabled"
+    "-Dtomlplusplus:generate_cmake_config=false"
   ];
 
   installPhase = ''