Loading pkgs/development/python-modules/gst-python/default.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchurl, fetchpatch, Loading Loading @@ -78,6 +79,10 @@ buildPythonPackage rec { # https://github.com/NixOS/nixpkgs/issues/47390 installCheckPhase = "meson test --print-errorlogs"; preCheck = lib.optionalString stdenv.hostPlatform.isDarwin '' export DYLD_LIBRARY_PATH="${gst_all_1.gst-plugins-base}/lib" ''; passthru = { updateScript = directoryListingUpdater { }; }; Loading Loading
pkgs/development/python-modules/gst-python/default.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchurl, fetchpatch, Loading Loading @@ -78,6 +79,10 @@ buildPythonPackage rec { # https://github.com/NixOS/nixpkgs/issues/47390 installCheckPhase = "meson test --print-errorlogs"; preCheck = lib.optionalString stdenv.hostPlatform.isDarwin '' export DYLD_LIBRARY_PATH="${gst_all_1.gst-plugins-base}/lib" ''; passthru = { updateScript = directoryListingUpdater { }; }; Loading