Loading pkgs/by-name/hy/hyperhdr/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,11 @@ stdenv.mkDerivation rec { ./unvendor.patch ]; postPatch = '' substituteInPlace sources/sound-capture/linux/SoundCaptureLinux.cpp \ --replace-fail "libasound.so.2" "${lib.getLib alsa-lib}/lib/libasound.so.2" ''; cmakeFlags = [ "-DPLATFORM=linux" (cmakeBool "USE_SYSTEM_FLATBUFFERS_LIBS" true) Loading Loading
pkgs/by-name/hy/hyperhdr/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,11 @@ stdenv.mkDerivation rec { ./unvendor.patch ]; postPatch = '' substituteInPlace sources/sound-capture/linux/SoundCaptureLinux.cpp \ --replace-fail "libasound.so.2" "${lib.getLib alsa-lib}/lib/libasound.so.2" ''; cmakeFlags = [ "-DPLATFORM=linux" (cmakeBool "USE_SYSTEM_FLATBUFFERS_LIBS" true) Loading