Commit f3daa81c authored by Yureka's avatar Yureka
Browse files

shelldap: build on darwin

parent ca0c8dc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}