summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-01-23 15:55:18 +0100
committerGitHub <noreply@github.com>2022-01-23 15:55:18 +0100
commit98870a6bfaec60414c931604b8702bbdb5bbaf66 (patch)
treea4515f472dbd2d557c6256a1a42fe495de71b46c /pkgs/tools/audio
parentd3ec14f6cb05c8532a0ee8af97fb2c6ed28509dd (diff)
parentd1ad218cc116993218a53a130b4c6d94dc73c355 (diff)
downloadnixpkgs-98870a6bfaec60414c931604b8702bbdb5bbaf66.tar
nixpkgs-98870a6bfaec60414c931604b8702bbdb5bbaf66.tar.gz
nixpkgs-98870a6bfaec60414c931604b8702bbdb5bbaf66.tar.bz2
nixpkgs-98870a6bfaec60414c931604b8702bbdb5bbaf66.tar.lz
nixpkgs-98870a6bfaec60414c931604b8702bbdb5bbaf66.tar.xz
nixpkgs-98870a6bfaec60414c931604b8702bbdb5bbaf66.tar.zst
nixpkgs-98870a6bfaec60414c931604b8702bbdb5bbaf66.zip
Merge pull request #156192 from ncfavier/fix-meson-builds
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 = ''