lowfi: mpris feature only on Linux (#400729)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-01 22:11:38 +02:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true;
cargoHash = "sha256-waQcxdVXZZ09wuLWUNL4nRUHF1rIDI8lAfYc/1bxMl0=";
buildFeatures = [ "mpris" ];
buildFeatures = lib.optionals stdenv.hostPlatform.isLinux [ "mpris" ];
nativeBuildInputs = [
pkg-config