mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python3Packages.m3u8: fix build on Hydra (x86_64-darwin)
This commit is contained in:
parent
8e4ef58acb
commit
2b84c77b3e
@ -21,6 +21,11 @@ buildPythonPackage rec {
|
||||
"tests/test_variant_m3u8.py"
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
# Fix test on Hydra
|
||||
substituteInPlace tests/test_model.py --replace "/tmp/d.m3u8" "$TMPDIR/d.m3u8"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/globocom/m3u8";
|
||||
description = "Python m3u8 parser";
|
||||
|
Loading…
Reference in New Issue
Block a user