about summary refs log tree commit diff
path: root/pkgs/development/libraries/gsound
diff options
context:
space:
mode:
authorColin <colin@uninsane.org>2023-10-24 10:06:11 +0000
committerColin <colin@uninsane.org>2023-10-24 10:06:11 +0000
commitbeb33584013f49d198152ad8ae8797bb6fa0266f (patch)
treedfdcc343872c6df2eac1d12334a345e0c6b852b1 /pkgs/development/libraries/gsound
parent5655c7f0be9e63d2511345c74452c099f86eddb6 (diff)
gsound: enable introspection/vala when cross compiled
Diffstat (limited to 'pkgs/development/libraries/gsound')
-rw-r--r--pkgs/development/libraries/gsound/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/libraries/gsound/default.nix b/pkgs/development/libraries/gsound/default.nix
index 7dbe5cd2bbfc4..6c5c98b77d7f4 100644
--- a/pkgs/development/libraries/gsound/default.nix
+++ b/pkgs/development/libraries/gsound/default.nix
@@ -14,11 +14,6 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ pkg-config meson ninja gobject-introspection libtool vala ];
   buildInputs = [ glib libcanberra ];
 
-  mesonFlags = [
-    "-Dintrospection=${lib.boolToString (stdenv.buildPlatform == stdenv.hostPlatform)}"
-    "-Denable_vala=${lib.boolToString (stdenv.buildPlatform == stdenv.hostPlatform)}"
-  ];
-
   passthru = {
     updateScript = gnome.updateScript {
       packageName = pname;