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