mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #7848 from henrytill/libpsl
libpsl: add darwin to meta.platforms
This commit is contained in:
commit
aa3db1b19c
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = http://rockdaboot.github.io/libpsl/;
|
||||
license = with licenses; mit;
|
||||
platforms = with platforms; linux;
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user