libpsl: add darwin to meta.platforms
This commit is contained in:
parent
be03eefc9c
commit
229c442e2c
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
homepage = http://rockdaboot.github.io/libpsl/;
|
homepage = http://rockdaboot.github.io/libpsl/;
|
||||||
license = with licenses; mit;
|
license = with licenses; mit;
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux ++ darwin;
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue