shelldap: build on darwin

This commit is contained in:
Yureka 2023-09-29 20:27:15 +02:00
parent ca0c8dc608
commit f3daa81cfb

View file

@ -47,6 +47,6 @@ perlPackages.buildPerlPackage rec {
changelog = "https://github.com/mahlonsmith/shelldap/blob/v${version}/CHANGELOG";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ clerie tobiasBora ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}