Merge pull request #258079 from yu-re-ka/shelldap

shelldap: build on darwin
This commit is contained in:
Weijia Wang 2023-09-29 22:48:53 +02:00 committed by GitHub
commit f90fa8dba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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