libpsl: add darwin to meta.platforms

This commit is contained in:
Henry Till 2015-05-15 01:40:10 -04:00
parent be03eefc9c
commit 229c442e2c
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];
}; };