biber: add darwin to platforms of perl dependencies
This commit is contained in:
parent
e1f555477c
commit
f3e4928079
@ -4757,7 +4757,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Simple and Efficient Reading/Writing/Modifying of Complete Files";
|
description = "Simple and Efficient Reading/Writing/Modifying of Complete Files";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -6601,7 +6601,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Provide https support for LWP::UserAgent";
|
description = "Provide https support for LWP::UserAgent";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user